From 0b1aa05579075f7b55a009c7bb30ad0ef3528bc6 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Fri, 18 Aug 2023 22:02:20 -0700 Subject: [PATCH] updates for action changes --- .gitea/workflows/deploy-stg.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy-stg.yaml b/.gitea/workflows/deploy-stg.yaml index e32bad7..049eb63 100644 --- a/.gitea/workflows/deploy-stg.yaml +++ b/.gitea/workflows/deploy-stg.yaml @@ -24,15 +24,13 @@ jobs: password: ${{ secrets.REGISTRY_TOKEN }} - 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: registry: gitea.jbrumond.me username: ${{ secrets.REGISTRY_USER }} password: ${{ secrets.REGISTRY_TOKEN }} - image: doc-utils/docs-web - old-tag: latest - new-tags: | - stg + manifest: doc-utils/docs-web:latest + tags: stg deploy: runs-on: ubuntu-latest