actions-marketplace-validations/ghcr-retag
retag docker images in ghcr without pulling
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 29, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/airbone95_ghcr-retag@d35bc2cbd69ba53ba473544013d93ed8aab7bcc0 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| old_tag | the old tag that should recieve the new tag (old tag will NOT be deleted) | yes | — |
| new_tag | the new tag you want to set on the old tag image | yes | — |
| ghcr_username | username to login to ghcr | yes | — |
| ghcr_password | password to login to ghcr | yes | — |
| ghcr_repo | image repo in ghcr | yes | — |
Outputs
no outputs