hard coded registry url
All checks were successful
/ push_to_registry (push) Successful in 1m9s

This commit is contained in:
Florian Walther
2026-01-16 22:35:14 +01:00
parent e8d34d1bc2
commit 8db6c5af9f

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