3
0
Fork 0
mirror of https://gitea.com/docker/build-push-action.git synced 2025-02-21 17:24:05 +01:00

Merge pull request #1325 from crazy-max/buildx-edge

ci: update buildx to edge and buildkit to latest
This commit is contained in:
CrazyMax 2025-02-20 12:00:07 +01:00 committed by GitHub
commit b16f42f92a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View file

@ -38,6 +38,9 @@ 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: latest
BUILDKIT_IMAGE: moby/buildkit:buildx-stable-1
BUILDX_VERSION: edge
BUILDKIT_IMAGE: moby/buildkit:latest
jobs:
minimal:
@ -565,6 +565,8 @@ jobs:
fail-fast: false
matrix:
include:
- buildx: edge
buildkit: moby/buildkit:latest
- buildx: latest
buildkit: moby/buildkit:buildx-stable-1
- buildx: latest
@ -1468,6 +1470,7 @@ jobs:
fail-fast: false
matrix:
buildx-version:
- edge
- latest
- v0.14.1
steps: