From 113f8a8a4d2aecf42b9173fd0a52bef5120fcaec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Tr=C4=85d?= Date: Tue, 19 Dec 2023 13:28:27 +0100 Subject: [PATCH] No more matrix (#55) --- .github/workflows/release_docker.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release_docker.yml b/.github/workflows/release_docker.yml index ab72b42..8ed90c0 100644 --- a/.github/workflows/release_docker.yml +++ b/.github/workflows/release_docker.yml @@ -16,10 +16,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 @@ -40,7 +36,7 @@ jobs: type=ref,event=branch type=ref,event=tag type=sha - type=raw,value=latest-${{ matrix.platform }} + type=raw,value=latest - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -56,6 +52,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: ${{ matrix.platform }} + annotations: ${{ steps.meta.outputs.annotations }} + platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max