1 Commits

Author SHA1 Message Date
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

@@ -16,7 +16,7 @@ jobs:
with:
registry: ${{ 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