From 69d1975c8b53308b1ff6a9446df19182cd1852af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 07:16:37 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v5 --- .github/workflows/container-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index c5521dd4..30006bd9 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -59,7 +59,7 @@ jobs: - name: Build and push container image if: ${{ inputs.push-image }} id: build-image - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 with: context: . file: ./Dockerfile @@ -72,7 +72,7 @@ jobs: # and they run on amd64 arch, let's skip the arm64 build for now. name: Build linux/amd64 container image if: ${{ inputs.push-image == false }} - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 with: context: . file: ./Dockerfile