From 41a22c616461ea86909a637c816896814e933f01 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 04:36:10 +0000 Subject: [PATCH] Update docker/build-push-action action to v6 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6540620..552cc5d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -91,7 +91,7 @@ jobs: - name: Build and push tag id: build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: package/Dockerfile @@ -198,7 +198,7 @@ jobs: - name: Build and push Docker tag id: build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: package/Dockerfile.suc