From 5b642d45240512e4ef6889b98b59f0ac5725e8e4 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 04:35:52 +0000 Subject: [PATCH] Update docker/build-push-action action to v6.15.0 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 41c810713..7dd34d843 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -154,7 +154,7 @@ jobs: - name: Build and push the webhook image id: build # https://github.com/docker/build-push-action/releases/tag/v6.3.0 - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 + uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 with: context: . file: ./package/Dockerfile