Setup buildx only if needed (#1012)
parent
2ed6587a73
commit
0301999403
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue