From cbe3fdd7193120549045784d336026d138fd76c7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Jan 2025 10:06:07 +0000 Subject: [PATCH] Update docker/build-push-action action to v6.11.0 #none minor --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e16e7d3..082b10c 100644 --- a/action.yml +++ b/action.yml @@ -65,7 +65,7 @@ runs: - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 with: context: . push: true