Commit 9b6e88d 1 parent d754b53 commit 9b6e88d Copy full SHA for 9b6e88d
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@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
153
+ uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14 .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@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
159
159
160
160
- name : Build Image
161
- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
161
+ uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14 .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@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
232
+ uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14 .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