Skip to content

Commit c1f157c

Browse files
authored
Merge pull request #304 from crazy-max/buildx-edge
ci: update buildx to edge and buildkit to latest
2 parents 4f08b22 + 28af3ee commit c1f157c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ on:
3232
- 'subaction/**'
3333

3434
env:
35-
BUILDX_VERSION: latest
36-
BUILDKIT_IMAGE: moby/buildkit:buildx-stable-1
35+
BUILDX_VERSION: edge
36+
BUILDKIT_IMAGE: moby/buildkit:latest
3737

3838
jobs:
3939
bake:
@@ -659,7 +659,7 @@ jobs:
659659
fail-fast: false
660660
matrix:
661661
buildx-version:
662-
- latest
662+
- edge
663663
- v0.14.1
664664
steps:
665665
-
@@ -711,7 +711,8 @@ jobs:
711711
fail-fast: false
712712
matrix:
713713
buildx-version:
714-
- v0.19.0-rc2
714+
- edge
715+
- v0.19.0
715716
- v0.18.0
716717
- v0.17.1
717718
steps:

0 commit comments

Comments
 (0)