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