try stg deploy again with new manifest tagging
Some checks failed
Deploy latest to staging environment / tag-image (push) Failing after 7s
Deploy latest to staging environment / deploy (push) Has been skipped

This commit is contained in:
James Brumond 2023-08-18 20:13:53 -07:00
parent 0ef63ceace
commit 9a73da0153
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -23,11 +23,14 @@ jobs:
username: ${{ secrets.REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Tag "latest" with "stg" - name: Re-tag "latest" with "stg"
run: | uses: https://gitea.jbrumond.me/actions/docker-tag@v0.1
docker pull gitea.jbrumond.me/doc-utils/docs-web:latest with:
docker tag gitea.jbrumond.me/doc-utils/docs-web:latest gitea.jbrumond.me/doc-utils/docs-web:stg registry: https://gitea.jbrumond.me
docker push gitea.jbrumond.me/doc-utils/docs-web:stg image: doc-utils/docs-web
old-tag: latest
new-tags: |
stg
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest