Skip to content

Commit 0ef3091

Browse files
authored
Merge pull request #9 from jakoch/dependabot/github_actions/docker/build-push-action-6
deps(gha): bump docker/build-push-action from 5 to 6
2 parents 7dca682 + 3428bc9 commit 0ef3091

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
@@ -137,7 +137,7 @@ jobs:
137137
# Build Image -> Stage: cpp-devbox-base
138138
- name: 📦 🚀 Build and Push
139139
id: build-base
140-
uses: docker/build-push-action@v5 # https://github.com/docker/build-push-action
140+
uses: docker/build-push-action@v6 # https://github.com/docker/build-push-action
141141
with:
142142
context: .
143143
file: .devcontainer/debian/${{ matrix.config.debian_codename }}/Dockerfile
@@ -150,7 +150,7 @@ jobs:
150150
# Build Image -> Stages: cpp-devbox-base + cpp-devbox-with-vulkansdk = with-vulkansdk
151151
- name: 📦 🚀 Build and Push
152152
id: build-base-with-vulkansdk
153-
uses: docker/build-push-action@v5 # https://github.com/docker/build-push-action
153+
uses: docker/build-push-action@v6 # https://github.com/docker/build-push-action
154154
with:
155155
context: .
156156
file: .devcontainer/debian/${{ matrix.config.debian_codename }}/Dockerfile

0 commit comments

Comments
 (0)