From 864d62f11169c4989727b34eea52ca4e6503c673 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Sun, 12 May 2024 00:23:50 +0200 Subject: [PATCH] Fix bug in website-image action --- .github/workflows/website-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website-image.yml b/.github/workflows/website-image.yml index a0169494e5..6d4d48a5f6 100644 --- a/.github/workflows/website-image.yml +++ b/.github/workflows/website-image.yml @@ -89,7 +89,7 @@ jobs: tags: ${{ steps.dockerMetadata.outputs.tags }} cache-from: type=gha,scope=website-${{ github.ref }} cache-to: type=gha,mode=max,scope=website-${{ github.ref }} - platforms: ${{ env.BUILD_ARM == 'true' == 'true' && 'linux/amd64,linux/arm64' || 'linux/amd64' }} + platforms: ${{ env.BUILD_ARM == 'true' && 'linux/amd64,linux/arm64' || 'linux/amd64' }} build-args: NODE_VERSION=${{ env.NODE_VERSION }} - name: Retag and push existing image if cache hit