.gitea/workflows/linux_arm64_docker-release.yaml aktualisiert
Some checks failed
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Has been cancelled
Some checks failed
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Has been cancelled
This commit is contained in:
@@ -11,11 +11,7 @@ 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
|
||||||
uses: docker/login-action@v3
|
run: docker login https://gitea:3000
|
||||||
with:
|
|
||||||
registry: ${{ gitea.server_url }}
|
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
|
||||||
|
|
||||||
- name: Setup .NET10
|
- name: Setup .NET10
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user