Skip to content

Commit 70054c9

Browse files
authored
Merge pull request #44 from jakoch/dependabot/github_actions/docker/build-push-action-7
deps(gha): bump docker/build-push-action from 6 to 7
2 parents 9c8ae00 + 2cf89c7 commit 70054c9

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)