mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-03-13 01:04:22 +08:00
Compare commits
No commits in common. "8f54c6f8864eed1921d50086061f664945fcc305" and "2ae358d897a79d8c08e086f833a3d537bc2dac22" have entirely different histories.
8f54c6f886
...
2ae358d897
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -110,7 +110,7 @@ jobs:
|
||||
buildkitd-flags: --debug
|
||||
-
|
||||
name: Build
|
||||
uses: docker/build-push-action@v7
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64,linux/ppc64le
|
||||
@ -240,7 +240,7 @@ jobs:
|
||||
buildkitd-config: /tmp/buildkitd.toml
|
||||
-
|
||||
name: Build
|
||||
uses: docker/build-push-action@v7
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
|
||||
@ -267,7 +267,7 @@ jobs:
|
||||
mirrors = ["mirror.gcr.io"]
|
||||
-
|
||||
name: Build
|
||||
uses: docker/build-push-action@v7
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user