Skip to content

Commit 6b5e89e

Browse files
renovate[bot]michi-covalent
authored andcommitted
chore(deps): update docker/build-push-action action to v6.4.0
Signed-off-by: renovate[bot] <[email protected]>
1 parent 6be63c0 commit 6b5e89e

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@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
60+
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.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@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
82+
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0
8383
id: docker_build_ci_pr
8484
with:
8585
context: .

0 commit comments

Comments
 (0)