From 6f9c397cf4227074df8120e0b1de37527ffe3f4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 09:40:56 +0000 Subject: [PATCH] Update docker/build-push-action action to v6 --- .github/workflows/latest.yaml | 4 ++-- .github/workflows/legacy.yaml | 4 ++-- .github/workflows/lts.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/latest.yaml b/.github/workflows/latest.yaml index f271903..f0e87f4 100644 --- a/.github/workflows/latest.yaml +++ b/.github/workflows/latest.yaml @@ -152,7 +152,7 @@ jobs: - name: Build full image id: build-full - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.DIRECTORY }} target: binary-with-runtime @@ -162,7 +162,7 @@ jobs: - name: Build binary-only image id: build-bin - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.DIRECTORY }} target: standalone-binary diff --git a/.github/workflows/legacy.yaml b/.github/workflows/legacy.yaml index b7b66af..beba09e 100644 --- a/.github/workflows/legacy.yaml +++ b/.github/workflows/legacy.yaml @@ -150,7 +150,7 @@ jobs: - name: Build full image id: build-full - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.DIRECTORY }} target: binary-with-runtime @@ -160,7 +160,7 @@ jobs: - name: Build binary-only image id: build-bin - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.DIRECTORY }} target: standalone-binary diff --git a/.github/workflows/lts.yaml b/.github/workflows/lts.yaml index 1940ccb..b0c020d 100644 --- a/.github/workflows/lts.yaml +++ b/.github/workflows/lts.yaml @@ -150,7 +150,7 @@ jobs: - name: Build full image id: build-full - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.DIRECTORY }} target: binary-with-runtime @@ -160,7 +160,7 @@ jobs: - name: Build binary-only image id: build-bin - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.DIRECTORY }} target: standalone-binary