Variablen angepasst
Some checks failed
/ push_to_registry (push) Failing after 2m59s

This commit is contained in:
Florian Walther
2026-01-16 22:26:22 +01:00
parent c6506dde33
commit 162d69cb93

View File

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