3rd try with registry_url non hard coded
All checks were successful
/ push_to_registry (push) Successful in 49s

This commit is contained in:
Florian Walther
2026-01-17 10:23:37 +01:00
parent 490ec5b151
commit eef425d7b7

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: ${{ REGISTRY_URL }} # gitea.scu.si registry: ${{ secrets.REGISTRY_URL }} # gitea.scu.si
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}