update to retag with credentials
Some checks failed
Deploy latest to staging environment / tag-image (push) Failing after 6s
Deploy latest to staging environment / deploy (push) Has been skipped

This commit is contained in:
James Brumond 2023-08-18 21:35:30 -07:00
parent 9a73da0153
commit dc8e025298
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -26,7 +26,9 @@ jobs:
- name: Re-tag "latest" with "stg" - name: Re-tag "latest" with "stg"
uses: https://gitea.jbrumond.me/actions/docker-tag@v0.1 uses: https://gitea.jbrumond.me/actions/docker-tag@v0.1
with: with:
registry: https://gitea.jbrumond.me registry: gitea.jbrumond.me
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }}
image: doc-utils/docs-web image: doc-utils/docs-web
old-tag: latest old-tag: latest
new-tags: | new-tags: |