From 0301999403b51b9421759bdca0483e7b15b723a5 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 22 Nov 2024 18:41:22 +0100 Subject: [PATCH] Setup buildx only if needed (#1012) --- .github/workflows/readme-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/readme-release.yml b/.github/workflows/readme-release.yml index b867166..f4cccbe 100644 --- a/.github/workflows/readme-release.yml +++ b/.github/workflows/readme-release.yml @@ -171,6 +171,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up docker buildx + if: env.VERSIONTAG_THIS != '' uses: docker/setup-buildx-action@v2 with: install: true