From 873dc6e971337a39180c25f8258a5bd940862f84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:08:34 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6.4.0 Signed-off-by: renovate[bot] --- .github/workflows/images.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 015310a2a2..167f139ed4 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -57,7 +57,7 @@ jobs: # main branch or tag pushes - name: CI Build ${{ matrix.name }} if: ${{ github.event_name != 'pull_request_target' }} - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0 id: docker_build_ci_main with: context: . @@ -79,7 +79,7 @@ jobs: # PR updates - name: CI Build ${{ matrix.name }} if: ${{ github.event_name == 'pull_request_target' }} - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0 id: docker_build_ci_pr with: context: .