From ee42e2e663001ced88cff0b429a045453c9b12cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:03:16 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/continuous-delivery-dockerfile.yml | 4 ++-- .github/workflows/continuous-delivery-maven-java17.yml | 2 +- 2 files changed, 3 insertions(+), 3 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 }} diff --git a/.github/workflows/continuous-delivery-maven-java17.yml b/.github/workflows/continuous-delivery-maven-java17.yml index 2c22469..245004f 100644 --- a/.github/workflows/continuous-delivery-maven-java17.yml +++ b/.github/workflows/continuous-delivery-maven-java17.yml @@ -273,7 +273,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 }}