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 @@ -137,7 +137,7 @@ jobs:
137
137
# Build Image -> Stage: cpp-devbox-base
138
138
- name : 📦 🚀 Build and Push
139
139
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
141
141
with :
142
142
context : .
143
143
file : .devcontainer/debian/${{ matrix.config.debian_codename }}/Dockerfile
@@ -150,7 +150,7 @@ jobs:
150
150
# Build Image -> Stages: cpp-devbox-base + cpp-devbox-with-vulkansdk = with-vulkansdk
151
151
- name : 📦 🚀 Build and Push
152
152
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
154
154
with :
155
155
context : .
156
156
file : .devcontainer/debian/${{ matrix.config.debian_codename }}/Dockerfile
You can’t perform that action at this time.
0 commit comments