Compare commits

..

No commits in common. "b16f42f92abaeb7610fd7fc99ab230d13e79e275" and "0adf9959216b96bec444f325f1e493d4aa344497" have entirely different histories.

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: