.gitea/workflows/docker-build.yml aktualisiert
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after -40s

This commit is contained in:
2025-03-25 20:56:26 +00:00
parent bd692daf58
commit 8a094538e5

View File

@@ -13,7 +13,7 @@ jobs:
- name: Install Docker - name: Install Docker
run: | run: |
apt-get update apt-get update
apt-get install -y docker.io apt-get install -y docker.io qemu qemu-user-static
- name: Clone Repository - name: Clone Repository
uses: actions/checkout@v3 uses: actions/checkout@v3