From 33c74909407977330b3d99e05f61f23264caf3ed Mon Sep 17 00:00:00 2001 From: Jose Beneyto Date: Tue, 31 Dec 2024 02:20:43 +0100 Subject: [PATCH] Debugging github workflows --- .github/workflows/build-and-push.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 7a19e31..eb42ffd 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -15,16 +15,12 @@ jobs: max-parallel: 3 matrix: arch: [ amd64, arm64, armhf ] - version: [ 3.7 ] include: - arch: amd64 version: 2.6 variant: [ core, setup ] - arch: amd64 - version: 3.7 - variant: [ core, setup, slim ] - - arch: amd64 - version: 3.7-updated + version: [ 3.7, 3.7-updated ] variant: [ core, setup, slim ] - arch: arm64 version: 3.7 @@ -73,7 +69,7 @@ jobs: fi done echo "Building and pushing Docker image: ${image_folder}" - echo "... extra_tags: ${extra_tags}"" + echo "... extra_tags: ${extra_tags}" # Create and use the buildx builder instance docker buildx create --use # Prepare required files