mirror of
https://github.com/docker/setup-docker-action.git
synced 2026-04-04 19:59:27 +00:00
Merge pull request #220 from docker/dependabot/github_actions/docker/build-push-action-7
Some checks failed
ci / rootless (push) Has been cancelled
ci / docker-29 (ubuntu-latest) (push) Has been cancelled
ci / docker-29 (windows-latest) (push) Has been cancelled
test / test (push) Has been cancelled
validate / prepare (push) Has been cancelled
ci / main (macos-15-intel, v27.3.1) (push) Has been cancelled
ci / main (ubuntu-24.04-arm, ) (push) Has been cancelled
ci / channel (macos-15-intel) (push) Has been cancelled
ci / channel (ubuntu-24.04-arm) (push) Has been cancelled
ci / channel (ubuntu-latest) (push) Has been cancelled
ci / channel (windows-latest) (push) Has been cancelled
ci / daemon-config (macos-15-intel) (push) Has been cancelled
ci / lima-start-args (push) Has been cancelled
ci / tcp (macos-15-intel) (push) Has been cancelled
ci / docker-29 (macos-15-intel) (push) Has been cancelled
ci / main (macos-15-intel, ) (push) Has been cancelled
ci / main (macos-15-intel, type=image,tag=27.3.1) (push) Has been cancelled
ci / main (ubuntu-24.04-arm, type=image,tag=27.3.1) (push) Has been cancelled
ci / main (ubuntu-24.04-arm, v27.3.1) (push) Has been cancelled
ci / main (ubuntu-latest, ) (push) Has been cancelled
ci / main (ubuntu-latest, type=image,tag=27.3.1) (push) Has been cancelled
ci / main (ubuntu-latest, v27.3.1) (push) Has been cancelled
ci / main (windows-latest, ) (push) Has been cancelled
ci / main (windows-latest, type=image,tag=27.3.1) (push) Has been cancelled
ci / main (windows-latest, v27.3.1) (push) Has been cancelled
ci / daemon-config (ubuntu-24.04-arm) (push) Has been cancelled
ci / daemon-config (ubuntu-latest) (push) Has been cancelled
ci / daemon-config (windows-latest) (push) Has been cancelled
ci / context (macos-15-intel) (push) Has been cancelled
ci / context (ubuntu-24.04-arm) (push) Has been cancelled
ci / context (ubuntu-latest) (push) Has been cancelled
ci / context (windows-latest) (push) Has been cancelled
ci / build-linux (containerd-system) (push) Has been cancelled
ci / build-linux (containerd-tarball) (push) Has been cancelled
ci / build-macos (macos-15-intel) (push) Has been cancelled
ci / build-windows (push) Has been cancelled
ci / set-host (push) Has been cancelled
ci / tcp (ubuntu-24.04-arm) (push) Has been cancelled
ci / tcp (ubuntu-latest) (push) Has been cancelled
ci / tcp (windows-latest) (push) Has been cancelled
ci / undock-regctl-version (, ) (push) Has been cancelled
ci / undock-regctl-version (, v0.9.0) (push) Has been cancelled
ci / undock-regctl-version (v0.8.2, ) (push) Has been cancelled
ci / undock-regctl-version (v0.8.2, v0.9.0) (push) Has been cancelled
validate / validate (push) Has been cancelled
Some checks failed
ci / rootless (push) Has been cancelled
ci / docker-29 (ubuntu-latest) (push) Has been cancelled
ci / docker-29 (windows-latest) (push) Has been cancelled
test / test (push) Has been cancelled
validate / prepare (push) Has been cancelled
ci / main (macos-15-intel, v27.3.1) (push) Has been cancelled
ci / main (ubuntu-24.04-arm, ) (push) Has been cancelled
ci / channel (macos-15-intel) (push) Has been cancelled
ci / channel (ubuntu-24.04-arm) (push) Has been cancelled
ci / channel (ubuntu-latest) (push) Has been cancelled
ci / channel (windows-latest) (push) Has been cancelled
ci / daemon-config (macos-15-intel) (push) Has been cancelled
ci / lima-start-args (push) Has been cancelled
ci / tcp (macos-15-intel) (push) Has been cancelled
ci / docker-29 (macos-15-intel) (push) Has been cancelled
ci / main (macos-15-intel, ) (push) Has been cancelled
ci / main (macos-15-intel, type=image,tag=27.3.1) (push) Has been cancelled
ci / main (ubuntu-24.04-arm, type=image,tag=27.3.1) (push) Has been cancelled
ci / main (ubuntu-24.04-arm, v27.3.1) (push) Has been cancelled
ci / main (ubuntu-latest, ) (push) Has been cancelled
ci / main (ubuntu-latest, type=image,tag=27.3.1) (push) Has been cancelled
ci / main (ubuntu-latest, v27.3.1) (push) Has been cancelled
ci / main (windows-latest, ) (push) Has been cancelled
ci / main (windows-latest, type=image,tag=27.3.1) (push) Has been cancelled
ci / main (windows-latest, v27.3.1) (push) Has been cancelled
ci / daemon-config (ubuntu-24.04-arm) (push) Has been cancelled
ci / daemon-config (ubuntu-latest) (push) Has been cancelled
ci / daemon-config (windows-latest) (push) Has been cancelled
ci / context (macos-15-intel) (push) Has been cancelled
ci / context (ubuntu-24.04-arm) (push) Has been cancelled
ci / context (ubuntu-latest) (push) Has been cancelled
ci / context (windows-latest) (push) Has been cancelled
ci / build-linux (containerd-system) (push) Has been cancelled
ci / build-linux (containerd-tarball) (push) Has been cancelled
ci / build-macos (macos-15-intel) (push) Has been cancelled
ci / build-windows (push) Has been cancelled
ci / set-host (push) Has been cancelled
ci / tcp (ubuntu-24.04-arm) (push) Has been cancelled
ci / tcp (ubuntu-latest) (push) Has been cancelled
ci / tcp (windows-latest) (push) Has been cancelled
ci / undock-regctl-version (, ) (push) Has been cancelled
ci / undock-regctl-version (, v0.9.0) (push) Has been cancelled
ci / undock-regctl-version (v0.8.2, ) (push) Has been cancelled
ci / undock-regctl-version (v0.8.2, v0.9.0) (push) Has been cancelled
validate / validate (push) Has been cancelled
build(deps): bump docker/build-push-action from 6 to 7
This commit is contained in:
commit
a9a8a9dfba
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -166,7 +166,7 @@ jobs:
|
|||
driver-opts: network=host
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: ./test
|
||||
push: true
|
||||
|
|
@ -205,7 +205,7 @@ jobs:
|
|||
driver-opts: network=host
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: ./test
|
||||
push: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue