From 40e66b96a05ef3c27f93323dd672ff2615a4384a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:00:43 +0000 Subject: [PATCH] Update docker/build-push-action action to v6 --- .github/workflows/deploy_reusable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_reusable.yml b/.github/workflows/deploy_reusable.yml index 6bee118a3..d5f9da42f 100644 --- a/.github/workflows/deploy_reusable.yml +++ b/.github/workflows/deploy_reusable.yml @@ -75,7 +75,7 @@ jobs: password: ${{ steps.retrieve-registry-password.outputs.ACR_PASSWORD }} - name: Build and push container image to registry - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true tags: '${{ inputs.REGISTRY }}/${{ inputs.REPO }}:${{ github.sha }}' @@ -83,7 +83,7 @@ jobs: context: . - name: Build and push documentation container image to registry - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true tags: '${{ inputs.REGISTRY }}/${{ inputs.REPO_DOCS }}:${{ github.sha }}'