.gitea/workflows/linux_arm64_docker-release.yaml aktualisiert
Some checks failed
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Failing after 2m23s

This commit is contained in:
Henry Trumme
2025-12-21 21:31:09 +01:00
parent d4555fc694
commit 8440f069e3

View File

@@ -11,7 +11,11 @@ jobs:
run: apk add --no-cache git curl wget unzip bash nodejs npm docker run: apk add --no-cache git curl wget unzip bash nodejs npm docker
- name: Login container registry - 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 - name: Setup .NET10
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3