Skip to content

Commit 2cf89c7

Browse files
deps(gha): bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d03cee commit 2cf89c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
# Build Image -> Stage: cpp-devbox-base
150150
- name: 📦 🚀 Build Image ➔ Stage cpp-devbox-base
151151
id: build-base
152-
uses: docker/build-push-action@v6 # https://github.com/docker/build-push-action
152+
uses: docker/build-push-action@v7 # https://github.com/docker/build-push-action
153153
with:
154154
context: .
155155
file: .devcontainer/debian/${{ matrix.config.debian_version }}-${{ matrix.config.debian_codename }}/Dockerfile
@@ -165,7 +165,7 @@ jobs:
165165
# Build Image -> Stages: cpp-devbox-base + cpp-devbox-with-vulkansdk = with-vulkansdk
166166
- name: 📦 🚀 Build Image ➔ Stage cpp-devbox-with-vulkansdk
167167
id: build-base-with-vulkansdk
168-
uses: docker/build-push-action@v6 # https://github.com/docker/build-push-action
168+
uses: docker/build-push-action@v7 # https://github.com/docker/build-push-action
169169
with:
170170
context: .
171171
file: .devcontainer/debian/${{ matrix.config.debian_version }}-${{ matrix.config.debian_codename }}/Dockerfile

0 commit comments

Comments
 (0)