From ed8863b21c292be35185566d088f7856f049f800 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 2 Apr 2022 19:48:41 +0200 Subject: [PATCH] take 3 --- .github/workflows/docker-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 521f6238..7160ae1a 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -77,7 +77,7 @@ jobs: uses: docker/build-push-action@v2 with: file: ./Dockerfile.${{ matrix.architecture }} - platforms: ${{ matrix.architecture } + platforms: ${{ matrix.architecture }} push: ${{ github.event_name != 'pull_request' }} tags: latest, ${{ steps.prep.outputs.VERSION }} labels: ${{ steps.metadata.outputs.labels }} @@ -88,7 +88,7 @@ jobs: uses: docker/build-push-action@v2 with: file: ./Dockerfile.${{ matrix.architecture }} - platforms: ${{ matrix.architecture } + platforms: ${{ matrix.architecture }} push: ${{ github.event_name != 'pull_request' }} tags: latest, ${{ github.event.inputs.tag }} labels: ${{ steps.metadata.outputs.labels }} @@ -99,7 +99,7 @@ jobs: uses: docker/build-push-action@v2 with: file: ./Dockerfile.${{ matrix.architecture }} - platforms: ${{ matrix.architecture } + platforms: ${{ matrix.architecture }} push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.metadata.outputs.tags }} labels: ${{ steps.metadata.outputs.labels }} @@ -110,7 +110,7 @@ jobs: uses: docker/build-push-action@v2 with: file: ./Dockerfile.${{ matrix.architecture }} - platforms: ${{ matrix.architecture } + platforms: ${{ matrix.architecture }} push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.metadata.outputs.tags }} labels: ${{ steps.metadata.outputs.labels }}