From 152d9ca2a6785c6e841d164e273acf414ebd651d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:15:59 +0100 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 (#3388) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 0ecc385642..7a7eebc7c2 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -63,7 +63,7 @@ jobs: - name: Build and push id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6 with: context: ci/dockerfiles/autoscaler-${{ matrix.image_suffix }} push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}