Skip to content

Commit 4e0d314

Browse files
committed
Update docker/build-push-action action to v6.9.0
1 parent 6c49500 commit 4e0d314

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-buildenv-l1-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2121
- name: Build docker container
2222
id: build
23-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
23+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
2424
with:
2525
context: "."
2626
file: "build-container/test-buildenv.dockerfile"

.github/workflows/test-buildenv-l2-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Build docker container
4242
id: build
43-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
43+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
4444
with:
4545
context: "."
4646
file: "build-container/test-buildenv.dockerfile"

0 commit comments

Comments
 (0)