mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-06 00:35:53 -05:00
Merge pull request #1004 from crazy-max/ci-update-buildx
ci: update buildx to latest
This commit is contained in:
commit
b625868b13
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -24,7 +24,7 @@ on:
|
|||
pull_request:
|
||||
|
||||
env:
|
||||
BUILDX_VERSION: v0.12.0-rc1
|
||||
BUILDX_VERSION: latest
|
||||
BUILDKIT_IMAGE: moby/buildkit:buildx-stable-1
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue