bisnow/Tag docker image with input

Action to tag an image in a Docker registry (ECR or Harbor) with a given tag

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 10, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: bisnow/github-actions-tag-image@ee5f286c2d37173be0a4ca0a609ace73d11d5093 # v2.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
registryThe registry to tag the image inyes
dst-registryThe registry to copy the image to from the registry inputno
aws-accountThe AWS account to assume role for (ECR only)no
dst-aws-accountThe Destination AWS account (use if different from source account)no
regionThe AWS regionus-east-1
tagThe tag to use for the imageno
shaThe git sha to tag the image withyes
only-harborSet to "true" to tag in Harbor (harbor.bisnow.cloud). Skips AWS/ECR auth and logs into Harbor with the runner robot credential.nofalse

no outputs