You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
description: "The name of the image you would like to retag."
image_old_tag:
required: true
description: "The old tag of the image you would like to retag."
image_new_tag:
required: true
description: "The new tag of the image you would like to retag."
registry:
required: true
description: "URL of a Docker compatible registry for pull and pushing a Docker image."
registry_username:
required: true
description: "Registry Username"
registry_password:
required: true
description: |
Registry Password. This should be stored in a Secret on Github.
See https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables.