From dc8e02529833b5b319395045001db7dd4769afd9 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Fri, 18 Aug 2023 21:35:30 -0700 Subject: [PATCH] update to retag with credentials --- .gitea/workflows/deploy-stg.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-stg.yaml b/.gitea/workflows/deploy-stg.yaml index ef228c5..e32bad7 100644 --- a/.gitea/workflows/deploy-stg.yaml +++ b/.gitea/workflows/deploy-stg.yaml @@ -26,7 +26,9 @@ jobs: - name: Re-tag "latest" with "stg" uses: https://gitea.jbrumond.me/actions/docker-tag@v0.1 with: - registry: https://gitea.jbrumond.me + registry: gitea.jbrumond.me + username: ${{ secrets.REGISTRY_USER }} + password: ${{ secrets.REGISTRY_TOKEN }} image: doc-utils/docs-web old-tag: latest new-tags: |