chore: update buildx version input (#4695)
This commit is contained in:
parent
9498daf20f
commit
26ab46162c
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
id: buildx
|
||||
uses: crazy-max/ghaction-docker-buildx@v1
|
||||
with:
|
||||
version: latest
|
||||
buildx-version: latest
|
||||
-
|
||||
name: Build dockerfile (with push)
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
id: buildx
|
||||
uses: crazy-max/ghaction-docker-buildx@v1
|
||||
with:
|
||||
version: latest
|
||||
buildx-version: latest
|
||||
-
|
||||
name: Build dockerfile (without push)
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue