From b2b3710ae0df5c3b6b2125c45b5ecb754a004146 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:53:35 +0000 Subject: [PATCH] CI(deps): Update docker/build-push-action action to v6.5.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index affd0d1..7b62870 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -43,7 +43,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: 'Build and push Docker image' id: push - uses: docker/build-push-action@v6.3.0 + uses: docker/build-push-action@v6.5.0 with: context: ${{ github.workspace }}/container/lighthouse-ci-server file: ${{ github.workspace }}/container/lighthouse-ci-server/Dockerfile @@ -77,7 +77,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: 'Build and push Docker image' id: push - uses: docker/build-push-action@v6.3.0 + uses: docker/build-push-action@v6.5.0 with: context: ${{ github.workspace }}/container/copybara file: ${{ github.workspace }}/container/copybara/Dockerfile