From fb4a2c68c9464cd59972766548fbd05d2778ccd6 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 04:46:22 +0000 Subject: [PATCH] Update docker/build-push-action action to v6.4.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 7d2bb6e2b..557f25bf8 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@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0 with: context: . file: ./package/Dockerfile