2nd try with registry_url non hard coded
Some checks failed
/ push_to_registry (push) Failing after 12s

This commit is contained in:
Florian Walther
2026-01-17 10:22:09 +01:00
parent 1e38f4b842
commit 490ec5b151

View File

@@ -14,7 +14,7 @@ jobs:
- name: Login to Gitea - name: Login to Gitea
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea.scu.si # ${{ REGISTRY_URL }} # gitea.scu.si registry: ${{ REGISTRY_URL }} # gitea.scu.si
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}