From b33561c47181bbd87104e2882207ddb6bfe15650 Mon Sep 17 00:00:00 2001 From: "Christopher.Hase" Date: Tue, 25 Mar 2025 09:14:52 +0000 Subject: [PATCH] .github/workflows/ci.yaml aktualisiert --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1d686fd..d5cadf1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,5 +1,6 @@ name: ci + on: push jobs: @@ -47,5 +48,5 @@ jobs: push: true allow: network.host network: host - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 tags: ${{ steps.docker.outputs.tags }} \ No newline at end of file