Skip to content

Commit b292a43

Browse files
renovate[bot]michi-covalent
authored andcommitted
chore(deps): update docker/build-push-action action to v6.9.0
Signed-off-by: renovate[bot] <bot@renovateapp.com>
1 parent b84ee38 commit b292a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/images.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# main branch or tag pushes
5858
- name: CI Build ${{ matrix.name }}
5959
if: ${{ github.event_name != 'pull_request_target' }}
60-
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
60+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
6161
id: docker_build_ci_main
6262
with:
6363
context: .
@@ -79,7 +79,7 @@ jobs:
7979
# PR updates
8080
- name: CI Build ${{ matrix.name }}
8181
if: ${{ github.event_name == 'pull_request_target' }}
82-
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
82+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
8383
id: docker_build_ci_pr
8484
with:
8585
context: .

0 commit comments

Comments
 (0)