diff --git a/.gitea/workflows/linux_arm64_docker-release.yaml b/.gitea/workflows/linux_arm64_docker-release.yaml index 6249c7d..aa01d48 100644 --- a/.gitea/workflows/linux_arm64_docker-release.yaml +++ b/.gitea/workflows/linux_arm64_docker-release.yaml @@ -11,7 +11,11 @@ jobs: run: apk add --no-cache git curl wget unzip bash nodejs npm docker - name: Login container registry - run: docker login gitea:3000 + uses: docker/login-action@v3 + with: + registry: gitea:3000 + username: ${{ secrets.REGISTRY_USER }} + password: ${{ secrets.REGISTRY_PASSWORD }} - name: Setup .NET10 uses: actions/setup-dotnet@v3