mirror of
https://github.com/ivuorinen/actions.git
synced 2026-03-04 05:54:30 +00:00
chore: markdown-table-formatter and formatting
This commit is contained in:
@@ -9,7 +9,7 @@ Publishes a Docker image to GitHub Packages with advanced security and reliabili
|
||||
### Inputs
|
||||
|
||||
| name | description | required | default |
|
||||
| ------------- | -------------------------------------------------------------------------------- | -------- | ------------------------- |
|
||||
|---------------|----------------------------------------------------------------------------------|----------|---------------------------|
|
||||
| `image-name` | <p>The name of the Docker image to publish. Defaults to the repository name.</p> | `false` | `""` |
|
||||
| `tags` | <p>Comma-separated list of tags for the Docker image.</p> | `true` | `""` |
|
||||
| `platforms` | <p>Platforms to publish (comma-separated). Defaults to amd64 and arm64.</p> | `false` | `linux/amd64,linux/arm64` |
|
||||
@@ -23,7 +23,7 @@ Publishes a Docker image to GitHub Packages with advanced security and reliabili
|
||||
### Outputs
|
||||
|
||||
| name | description |
|
||||
| ------------ | ----------------------------------------- |
|
||||
|--------------|-------------------------------------------|
|
||||
| `image-name` | <p>Full image name including registry</p> |
|
||||
| `digest` | <p>The digest of the published image</p> |
|
||||
| `tags` | <p>List of published tags</p> |
|
||||
|
||||
Reference in New Issue
Block a user