fixed typo
Some checks failed
/ push_to_registry (push) Failing after 12s

This commit is contained in:
Florian Walther
2026-01-16 22:31:04 +01:00
parent 656c3ab073
commit 520420f863

View File

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