We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f08b22 + 28af3ee commit c1f157cCopy full SHA for c1f157c
.github/workflows/ci.yml
@@ -32,8 +32,8 @@ on:
32
- 'subaction/**'
33
34
env:
35
- BUILDX_VERSION: latest
36
- BUILDKIT_IMAGE: moby/buildkit:buildx-stable-1
+ BUILDX_VERSION: edge
+ BUILDKIT_IMAGE: moby/buildkit:latest
37
38
jobs:
39
bake:
@@ -659,7 +659,7 @@ jobs:
659
fail-fast: false
660
matrix:
661
buildx-version:
662
- - latest
+ - edge
663
- v0.14.1
664
steps:
665
-
@@ -711,7 +711,8 @@ jobs:
711
712
713
714
- - v0.19.0-rc2
715
+ - v0.19.0
716
- v0.18.0
717
- v0.17.1
718
0 commit comments