.gitea/workflows/linux_arm64_docker-release.yaml aktualisiert
Some checks failed
Build Windows x64 / build-windows-x64 (push) Has been cancelled
Build Linux x64 / build-linux-x64 (push) Has been cancelled
Build Docker Linux ARM64 / build-docker-linux-arm64 (push) Has been cancelled
Build ARM64 Linux / build-arm64 (push) Has been cancelled
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Failing after 4m17s
Some checks failed
Build Windows x64 / build-windows-x64 (push) Has been cancelled
Build Linux x64 / build-linux-x64 (push) Has been cancelled
Build Docker Linux ARM64 / build-docker-linux-arm64 (push) Has been cancelled
Build ARM64 Linux / build-arm64 (push) Has been cancelled
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Failing after 4m17s
This commit is contained in:
@@ -14,7 +14,11 @@ jobs:
|
|||||||
run: apt-get install git curl wget unzip bash nodejs npm docker.io -y
|
run: apt-get install git curl wget unzip bash nodejs npm docker.io -y
|
||||||
|
|
||||||
- name: Login container registry
|
- name: Login container registry
|
||||||
run: docker login gitea.penry.de
|
run: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: gitea.penry.de
|
||||||
|
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