adapted Workflows
Some checks failed
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Has been cancelled

This commit is contained in:
2025-12-21 21:20:07 +01:00
parent 5cb76b1970
commit d4555fc694
5 changed files with 6 additions and 6 deletions

View File

@@ -10,8 +10,8 @@ jobs:
- name: Install packages
run: apk add --no-cache git curl wget unzip bash nodejs npm docker
#- name: Login container registry
# run: docker login gitea:3000
- name: Login container registry
run: docker login gitea:3000
- name: Setup .NET10
uses: actions/setup-dotnet@v3