directly reference target registry
Some checks failed
Build and Push SOPS Decrypt Image / build-and-push (push) Failing after 9s

This commit is contained in:
Mark Kaulertz 2025-06-20 11:15:09 +02:00
parent b974d7b5f6
commit 61517911df

View File

@ -23,7 +23,8 @@ jobs:
with: with:
# 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 }}
registry: git.m0ark.de
username: ${{ vars.REGISTRY_USERNAME }} username: ${{ vars.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}