updates for action changes
All checks were successful
Deploy latest to staging environment / tag-image (push) Successful in 6s
Deploy latest to staging environment / deploy (push) Successful in 34s

This commit is contained in:
James Brumond 2023-08-18 22:02:20 -07:00
parent dc8e025298
commit 0b1aa05579
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -24,15 +24,13 @@ jobs:
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- 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/tag-manifest@v0.1
with: with:
registry: gitea.jbrumond.me registry: gitea.jbrumond.me
username: ${{ secrets.REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
image: doc-utils/docs-web manifest: doc-utils/docs-web:latest
old-tag: latest tags: stg
new-tags: |
stg
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest