chore: update buildx version input (#4695)

This commit is contained in:
Henry Wang 2020-05-08 07:25:42 +01:00 committed by GitHub
parent 9498daf20f
commit 26ab46162c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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:

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: |