infra-blocks/Docker Tag Action
This action tags the provided image with the provided tags and publishes the result.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | The docker image to tag. | yes | — |
| tags | A stringified JSON array of tags to apply on the built image. Defaults to '["latest"]' | yes | ["latest"] |
| dry-run | Whether to publish the changes or not. | no | false |
Outputs
| name | description |
|---|---|
| repository | The extracted repository from the image provided. |
| published | The stringified JSON array of images corresponding to the tags provided. |