Compare commits

..

1 Commits

Author SHA1 Message Date
CrazyMax 2b1654eced
Merge 1f530c4b33 into 0adf995921 2025-02-19 23:31:41 -05:00
2 changed files with 2 additions and 8 deletions

View File

@ -38,9 +38,6 @@ jobs:
fail-fast: false
matrix:
include:
-
buildx_version: edge
buildkit_image: moby/buildkit:latest
-
buildx_version: latest
buildkit_image: moby/buildkit:buildx-stable-1

View File

@ -24,8 +24,8 @@ on:
pull_request:
env:
BUILDX_VERSION: edge
BUILDKIT_IMAGE: moby/buildkit:latest
BUILDX_VERSION: latest
BUILDKIT_IMAGE: moby/buildkit:buildx-stable-1
jobs:
minimal:
@ -565,8 +565,6 @@ jobs:
fail-fast: false
matrix:
include:
- buildx: edge
buildkit: moby/buildkit:latest
- buildx: latest
buildkit: moby/buildkit:buildx-stable-1
- buildx: latest
@ -1470,7 +1468,6 @@ jobs:
fail-fast: false
matrix:
buildx-version:
- edge
- latest
- v0.14.1
steps: