Skip to content

Commit f52f1fc

Browse files
Bump docker/build-push-action in the docker-actions group [skip release] (#1158)
Bumps the docker-actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 6.19.2 to 7.0.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.19.2...v7.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: docker-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e0a78f commit f52f1fc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
driver-opts: network=host
6868
- name: Build image
69-
uses: docker/build-push-action@v6.19.2
69+
uses: docker/build-push-action@v7.0.0
7070
with:
7171
context: .
7272
builder: ${{steps.buildx.outputs.name}}
@@ -76,7 +76,7 @@ jobs:
7676
cache-to: type=gha,mode=max
7777
push: true
7878
- name: Build test image
79-
uses: docker/build-push-action@v6.19.2
79+
uses: docker/build-push-action@v7.0.0
8080
with:
8181
context: ./test
8282
builder: ${{steps.buildx.outputs.name}}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
password: ${{github.token}}
103103
- name: Build & push image
104104
if: steps.info.outputs.create-release
105-
uses: docker/build-push-action@v6.19.2
105+
uses: docker/build-push-action@v7.0.0
106106
with:
107107
context: .
108108
builder: ${{steps.buildx.outputs.name}}

0 commit comments

Comments
 (0)