From f1cec0f35a33c10c8393eb6615f7693223d28d37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 08:13:58 +0000 Subject: [PATCH] Update docker/build-push-action action to v6 --- .github/workflows/maven.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 037005eb..08e4e030 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -85,7 +85,7 @@ jobs: type=raw,value=${{ inputs.release-version }} type=raw,value=latest,enable=${{ inputs.snapshot-release == false }} - name: Build and push image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: context: ${{ matrix.path }} push: true