From 4688a9b94844e6334f1dc32912936e4e8fa528c3 Mon Sep 17 00:00:00 2001 From: Henry Trumme Date: Sun, 21 Dec 2025 22:22:08 +0100 Subject: [PATCH] .gitea/workflows/linux_arm64_docker-release.yaml aktualisiert --- .gitea/workflows/linux_arm64_docker-release.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/linux_arm64_docker-release.yaml b/.gitea/workflows/linux_arm64_docker-release.yaml index 6b34677..149c592 100644 --- a/.gitea/workflows/linux_arm64_docker-release.yaml +++ b/.gitea/workflows/linux_arm64_docker-release.yaml @@ -11,11 +11,7 @@ jobs: run: apk add --no-cache git curl wget unzip bash nodejs npm docker - name: Login container registry - uses: docker/login-action@v3 - with: - registry: ${{ gitea.server_url }} - username: ${{ secrets.REGISTRY_USER }} - password: ${{ secrets.REGISTRY_PASSWORD }} + run: docker login https://gitea:3000 - name: Setup .NET10 uses: actions/setup-dotnet@v3