mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-07-04 18:22:09 +08:00
Merge pull request #584 from docker/dependabot/github_actions/docker/build-push-action-7.3.0
Some checks failed
zizmor / zizmor (push) Failing after 1s
validate / prepare (push) Successful in 1m18s
codeql / analyze (push) Failing after 1m58s
test / test (push) Successful in 4m6s
validate / validate (push) Successful in 57s
ci / main (cloud:latest) (push) Successful in 20s
ci / main (latest) (push) Successful in 20s
ci / main () (push) Successful in 26s
ci / main (cloud:v0.11.2-desktop.2) (push) Failing after 24s
ci / main (v0.4.1) (push) Successful in 20s
ci / main (lab:latest) (push) Successful in 28s
ci / multi (push) Successful in 33s
ci / error (push) Failing after 32s
ci / use (true) (push) Successful in 21s
ci / use (false) (push) Successful in 27s
ci / docker-driver (push) Successful in 20s
ci / driver (image=moby/buildkit:latest) (push) Successful in 27s
ci / driver (image=moby/buildkit:master
network=host
) (push) Successful in 47s
ci / endpoint (push) Failing after 40s
ci / debug (push) Successful in 1m0s
ci / buildkitd-config-inline (push) Successful in 41s
ci / with-qemu (, all) (push) Successful in 50s
ci / with-qemu (, arm64,riscv64,arm) (push) Successful in 49s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 26s
ci / build-ref (refs/pull/731/head) (push) Failing after 19s
ci / buildkitd-config (push) Successful in 1m14s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 34s
ci / build-ref (master) (push) Successful in 28s
ci / with-qemu (v0.9.1, all) (push) Failing after 1m4s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 23s
ci / standalone-cmd (push) Successful in 27s
ci / cleanup (false) (push) Successful in 20s
ci / append (push) Successful in 26s
ci / docker-context (push) Successful in 24s
ci / standalone-action (push) Successful in 32s
ci / cleanup (true) (push) Successful in 26s
ci / k3s (latest) (push) Failing after 20s
ci / k3s (v0.10.5) (push) Failing after 17s
ci / k3s (v0.11.0) (push) Failing after 16s
ci / cache-binary (false) (push) Failing after 14s
ci / platforms (push) Successful in 40s
ci / cache-binary (true) (push) Failing after 15s
ci / keep-state (push) Successful in 30s
ci / keep-state-error (push) Successful in 19s
ci / windows-error (push) Has been cancelled
Some checks failed
zizmor / zizmor (push) Failing after 1s
validate / prepare (push) Successful in 1m18s
codeql / analyze (push) Failing after 1m58s
test / test (push) Successful in 4m6s
validate / validate (push) Successful in 57s
ci / main (cloud:latest) (push) Successful in 20s
ci / main (latest) (push) Successful in 20s
ci / main () (push) Successful in 26s
ci / main (cloud:v0.11.2-desktop.2) (push) Failing after 24s
ci / main (v0.4.1) (push) Successful in 20s
ci / main (lab:latest) (push) Successful in 28s
ci / multi (push) Successful in 33s
ci / error (push) Failing after 32s
ci / use (true) (push) Successful in 21s
ci / use (false) (push) Successful in 27s
ci / docker-driver (push) Successful in 20s
ci / driver (image=moby/buildkit:latest) (push) Successful in 27s
ci / driver (image=moby/buildkit:master
network=host
) (push) Successful in 47s
ci / endpoint (push) Failing after 40s
ci / debug (push) Successful in 1m0s
ci / buildkitd-config-inline (push) Successful in 41s
ci / with-qemu (, all) (push) Successful in 50s
ci / with-qemu (, arm64,riscv64,arm) (push) Successful in 49s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 26s
ci / build-ref (refs/pull/731/head) (push) Failing after 19s
ci / buildkitd-config (push) Successful in 1m14s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 34s
ci / build-ref (master) (push) Successful in 28s
ci / with-qemu (v0.9.1, all) (push) Failing after 1m4s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 23s
ci / standalone-cmd (push) Successful in 27s
ci / cleanup (false) (push) Successful in 20s
ci / append (push) Successful in 26s
ci / docker-context (push) Successful in 24s
ci / standalone-action (push) Successful in 32s
ci / cleanup (true) (push) Successful in 26s
ci / k3s (latest) (push) Failing after 20s
ci / k3s (v0.10.5) (push) Failing after 17s
ci / k3s (v0.11.0) (push) Failing after 16s
ci / cache-binary (false) (push) Failing after 14s
ci / platforms (push) Successful in 40s
ci / cache-binary (true) (push) Failing after 15s
ci / keep-state (push) Successful in 30s
ci / keep-state-error (push) Successful in 19s
ci / windows-error (push) Has been cancelled
build(deps): bump docker/build-push-action from 7.2.0 to 7.3.0
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -113,7 +113,7 @@ jobs:
|
||||
buildkitd-flags: --debug
|
||||
-
|
||||
name: Build
|
||||
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64,linux/ppc64le
|
||||
@@ -243,7 +243,7 @@ jobs:
|
||||
buildkitd-config: /tmp/buildkitd.toml
|
||||
-
|
||||
name: Build
|
||||
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
|
||||
with:
|
||||
context: .
|
||||
|
||||
@@ -270,7 +270,7 @@ jobs:
|
||||
mirrors = ["mirror.gcr.io"]
|
||||
-
|
||||
name: Build
|
||||
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
|
||||
with:
|
||||
context: .
|
||||
|
||||
@@ -331,7 +331,7 @@ jobs:
|
||||
EOL
|
||||
-
|
||||
name: Build
|
||||
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
|
||||
with:
|
||||
context: .
|
||||
|
||||
@@ -390,7 +390,7 @@ jobs:
|
||||
EOL
|
||||
-
|
||||
name: Build
|
||||
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
|
||||
with:
|
||||
context: .
|
||||
|
||||
@@ -518,7 +518,7 @@ jobs:
|
||||
EOL
|
||||
-
|
||||
name: Build
|
||||
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
|
||||
with:
|
||||
context: .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user