.gitea/workflows/linux_arm64_docker-release.yaml aktualisiert
All checks were successful
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Successful in 1m17s

This commit is contained in:
Henry Trumme
2025-12-21 22:35:30 +01:00
parent 697c1b8aaa
commit 6e6145016b

View File

@@ -10,8 +10,11 @@ jobs:
- name: Install packages
run: apk add --no-cache git curl wget unzip bash nodejs npm docker
- name: Login container registry
run: docker login https://192.168.178.45:3000 -u ${{ secrets.REGISTRY_USER }} -p ${{ secrets.REGISTRY_PASSWORD }}
- uses: docker/login-action@v3
with:
registry: https://192.168.178.45:3000
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Setup .NET10
uses: actions/setup-dotnet@v3