2 Commits

Author SHA1 Message Date
Florian Walther
8db6c5af9f hard coded registry url
All checks were successful
/ push_to_registry (push) Successful in 1m9s
2026-01-16 22:35:14 +01:00
Florian Walther
e8d34d1bc2 fixed typo 2
Some checks failed
/ push_to_registry (push) Failing after 14s
2026-01-16 22:33:23 +01:00

View File

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