From b974d7b5f6236bf7198802d1aa02d4e2122d9677 Mon Sep 17 00:00:00 2001 From: Mark Kaulertz Date: Fri, 20 Jun 2025 11:10:33 +0200 Subject: [PATCH] update repo credential references --- .gitea/workflows/build-and-push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 33838ef..61f44f8 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -24,8 +24,8 @@ jobs: # Use '!' for the registry address # Example: registry: gitea.yourcompany.com registry: ${{ gitea.instance }} - username: ${{ vars.REPOSITORY_USERNAME }} - password: ${{ secrets.REPOSITORY_PASSWORD }} + username: ${{ vars.REGISTRY_USERNAME }} + password: ${{ secrets.REGISTRY_PASSWORD }} # Step 3: Build the Docker image and push it to the registry - name: Build and Push Docker Image