Skip to content

Commit 4f1bd48

Browse files
ci(deps): Bump docker/build-push-action from 6.9.0 to 7.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.0 to 7.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@4f58ea7...d08e5c3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fcdb725 commit 4f1bd48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# ── 3. Build image (no push) ─────────────────────────────────────
3737
- name: Build Dockerfile.complete
38-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
38+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
3939
with:
4040
context: .
4141
file: ./Dockerfile.complete

.github/workflows/publish-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Build and push multi-platform image
6262
id: build-push
63-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
63+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
6464
with:
6565
context: .
6666
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)