update repo credential references
Some checks failed
Build and Push SOPS Decrypt Image / build-and-push (push) Failing after 8s

This commit is contained in:
Mark Kaulertz 2025-06-20 11:10:33 +02:00
parent 2e4d0f0194
commit b974d7b5f6

View File

@ -24,8 +24,8 @@ jobs:
# Use '!<Gitea-instance-URL>' 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