Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dc0fea5

Browse filesBrowse files
committed
ci: update buildx to edge and buildkit to latest
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 0adf995 commit dc0fea5
Copy full SHA for dc0fea5

File tree

2 files changed

+8
-2
lines changed
Filter options

2 files changed

+8
-2
lines changed

‎.github/workflows/.e2e-run.yml

Copy file name to clipboardExpand all lines: .github/workflows/.e2e-run.yml
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
include:
41+
-
42+
buildx_version: edge
43+
buildkit_image: moby/buildkit:latest
4144
-
4245
buildx_version: latest
4346
buildkit_image: moby/buildkit:buildx-stable-1

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ on:
2424
pull_request:
2525

2626
env:
27-
BUILDX_VERSION: latest
28-
BUILDKIT_IMAGE: moby/buildkit:buildx-stable-1
27+
BUILDX_VERSION: edge
28+
BUILDKIT_IMAGE: moby/buildkit:latest
2929

3030
jobs:
3131
minimal:
@@ -565,6 +565,8 @@ jobs:
565565
fail-fast: false
566566
matrix:
567567
include:
568+
- buildx: edge
569+
buildkit: moby/buildkit:latest
568570
- buildx: latest
569571
buildkit: moby/buildkit:buildx-stable-1
570572
- buildx: latest
@@ -1468,6 +1470,7 @@ jobs:
14681470
fail-fast: false
14691471
matrix:
14701472
buildx-version:
1473+
- edge
14711474
- latest
14721475
- v0.14.1
14731476
steps:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.