From d77315322d10e8146a9145b4dc3e27785f8f4a2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 12:01:11 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v4.1.1 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 8dbf88068a..df31fdea4e 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -53,7 +53,7 @@ jobs: # main branch pushes - name: CI Build ${{ matrix.name }} if: ${{ github.event_name != 'pull_request_target' }} - uses: docker/build-push-action@44ea916f6c540f9302d50c2b1e5a8dc071f15cdf # v4.1.0 + uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1 id: docker_build_ci_main with: context: . @@ -75,7 +75,7 @@ jobs: # PR updates - name: CI Build ${{ matrix.name }} if: ${{ github.event_name == 'pull_request_target' }} - uses: docker/build-push-action@44ea916f6c540f9302d50c2b1e5a8dc071f15cdf # v4.1.0 + uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1 id: docker_build_ci_pr with: context: .