Setup buildx only if needed (#1012)

pull/1013/head
Michele Locati 2024-11-22 18:41:22 +01:00 committed by GitHub
parent 2ed6587a73
commit 0301999403
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- -
name: Set up docker buildx name: Set up docker buildx
if: env.VERSIONTAG_THIS != ''
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
with: with:
install: true install: true