.gitea/workflows/linux_arm64_docker-release.yaml aktualisiert
Some checks failed
Build ARM64 Linux / build-arm64 (push) Has been cancelled
Build Docker Linux ARM64 / build-docker-linux-arm64 (push) Has been cancelled
Build Linux x64 / build-linux-x64 (push) Has been cancelled
Build Windows x64 / build-windows-x64 (push) Has been cancelled
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Failing after 4m21s

This commit is contained in:
Henry Trumme
2025-12-19 22:32:19 +01:00
parent 8024ff1672
commit 02cb232a41

View File

@@ -11,7 +11,7 @@ jobs:
run: apt-get update -y
- name: Install packages
run: apt-get install git curl wget unzip bash nodejs npm docker -y
run: apt-get install git curl wget unzip bash nodejs npm docker.io -y
- name: Login container registry
run: docker login gitea.penry.de