From 3db367826b6ce6899bbd35398107d29a2042b422 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 3 Apr 2026 16:00:29 +0200 Subject: [PATCH] Try to get login working --- .gitea/workflows/build-push-beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-push-beta.yml b/.gitea/workflows/build-push-beta.yml index 52f555e..df1e5f0 100644 --- a/.gitea/workflows/build-push-beta.yml +++ b/.gitea/workflows/build-push-beta.yml @@ -12,7 +12,7 @@ jobs: with: ref: main - name: Sign into gitea registry - uses: actions/docker-login@v3 + uses: "https://github.com/docker/login-action@v3" with: username: ${{ vars.REGISTRY_USER_USERNAME }} password: ${{ secrets.REGISTRY_USER_PASSWORD }}