Skip to content

Commit 38c9c00

Browse files
Bump docker/build-push-action from 6.11.0 to 6.12.0 (#168)
1 parent d4029b0 commit 38c9c00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/features.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Build Image
152152
id: build_image
153-
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
153+
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
154154
with:
155155
file: images/base/Dockerfile
156156
context: images/base

.github/workflows/images.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
159159

160160
- name: Build Image
161-
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
161+
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
162162
with:
163163
file: images/${{ matrix.image }}/Dockerfile
164164
context: images/${{ matrix.image }}
@@ -229,7 +229,7 @@ jobs:
229229
echo "version=${version}" >>"${GITHUB_ENV}"
230230
231231
- name: Publish Image
232-
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
232+
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
233233
with:
234234
file: images/${{ matrix.image }}/Dockerfile
235235
context: images/${{ matrix.image }}

0 commit comments

Comments
 (0)