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

This commit is contained in:
Mark Kaulertz 2025-06-20 11:09:09 +02:00
parent 48b6821ae1
commit 2e4d0f0194

View File

@ -24,8 +24,8 @@ jobs:
# Use '!<Gitea-instance-URL>' for the registry address # Use '!<Gitea-instance-URL>' for the registry address
# Example: registry: gitea.yourcompany.com # Example: registry: gitea.yourcompany.com
registry: ${{ gitea.instance }} registry: ${{ gitea.instance }}
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ vars.REPOSITORY_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.REPOSITORY_PASSWORD }}
# Step 3: Build the Docker image and push it to the registry # Step 3: Build the Docker image and push it to the registry
- name: Build and Push Docker Image - name: Build and Push Docker Image