bisnow/Tag docker image with input
Action to tag an image in a Docker registry (ECR or Harbor) with a given tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- None
Pinned Snippet
uses: bisnow/github-actions-tag-image@ee5f286c2d37173be0a4ca0a609ace73d11d5093 # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | The registry to tag the image in | yes | — |
| dst-registry | The registry to copy the image to from the registry input | no | — |
| aws-account | The AWS account to assume role for (ECR only) | no | — |
| dst-aws-account | The Destination AWS account (use if different from source account) | no | — |
| region | The AWS region | — | us-east-1 |
| tag | The tag to use for the image | no | — |
| sha | The git sha to tag the image with | yes | — |
| only-harbor | Set to "true" to tag in Harbor (harbor.bisnow.cloud). Skips AWS/ECR auth and logs into Harbor with the runner robot credential. | no | false |
Outputs
no outputs