From 82cc394c1bf700eccd2ecfa4b0c250904f5b35f2 Mon Sep 17 00:00:00 2001 From: Dzejkop Date: Tue, 19 Dec 2023 13:23:39 +0100 Subject: [PATCH] No more matrix --- .github/workflows/build-image-and-publish.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build-image-and-publish.yml b/.github/workflows/build-image-and-publish.yml index 54f7414..63d2d39 100644 --- a/.github/workflows/build-image-and-publish.yml +++ b/.github/workflows/build-image-and-publish.yml @@ -11,10 +11,6 @@ env: jobs: build-and-push: runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - platform: [linux/amd64, linux/arm64] steps: - name: Check Out Repo uses: actions/checkout@v4 @@ -51,7 +47,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: ${{ matrix.platform }} + platforms: linux/amd64,linux/arm64 annotations: ${{ steps.meta.outputs.annotations }} cache-from: type=gha cache-to: type=gha,mode=max