chore: update buildx version input (#4695)

This commit is contained in:
Henry Wang
2020-05-08 14:25:42 +08:00
committed by GitHub
parent 9498daf20f
commit 26ab46162c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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: |