Try to get login working
Build and upload website update to beta site / build-and-upload (push) Failing after 17s

This commit is contained in:
2026-04-03 16:00:29 +02:00
parent 8d80191018
commit 3db367826b
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
with: with:
ref: main ref: main
- name: Sign into gitea registry - name: Sign into gitea registry
uses: actions/docker-login@v3 uses: "https://github.com/docker/login-action@v3"
with: with:
username: ${{ vars.REGISTRY_USER_USERNAME }} username: ${{ vars.REGISTRY_USER_USERNAME }}
password: ${{ secrets.REGISTRY_USER_PASSWORD }} password: ${{ secrets.REGISTRY_USER_PASSWORD }}