From 48e43f4c9f7d4611f6cd3e0dd273f7550107e0c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 05:32:24 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/continuous-delivery-dockerfile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-delivery-dockerfile.yml b/.github/workflows/continuous-delivery-dockerfile.yml index f7289ef..664454f 100644 --- a/.github/workflows/continuous-delivery-dockerfile.yml +++ b/.github/workflows/continuous-delivery-dockerfile.yml @@ -50,7 +50,7 @@ jobs: type=ref,event=branch - name: Build and push Docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ${{ inputs.dockerfile-path }} @@ -89,7 +89,7 @@ jobs: type=semver,pattern=v{{major}} type=ref,event=branch - name: Build and push Docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ${{ inputs.dockerfile-path }}