From 778054fedaba0fb79a89df7068be1dedb6a61ab5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Jan 2025 13:07:02 +0000 Subject: [PATCH] Update docker/build-push-action action to v6.12.0 #none minor --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 082b10c..efc5128 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@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 + uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 with: context: . push: true