File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments