Commit 38c9c00 1 parent d4029b0 commit 38c9c00 Copy full SHA for 38c9c00
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150
150
151
151
- name : Build Image
152
152
id : build_image
153
- uses : docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11 .0
153
+ uses : docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
154
154
with :
155
155
file : images/base/Dockerfile
156
156
context : images/base
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158
158
uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
159
159
160
160
- name : Build Image
161
- uses : docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11 .0
161
+ uses : docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
162
162
with :
163
163
file : images/${{ matrix.image }}/Dockerfile
164
164
context : images/${{ matrix.image }}
@@ -229,7 +229,7 @@ jobs:
229
229
echo "version=${version}" >>"${GITHUB_ENV}"
230
230
231
231
- name : Publish Image
232
- uses : docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11 .0
232
+ uses : docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
233
233
with :
234
234
file : images/${{ matrix.image }}/Dockerfile
235
235
context : images/${{ matrix.image }}
You can’t perform that action at this time.
0 commit comments