From 356ccabf9cdacf66a5c4124de11ce114d292b80c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Jan 2025 10:06:37 +0000 Subject: [PATCH] Update docker/build-push-action action to v6.13.0 #none minor --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 384a1f7..a893bc4 100644 --- a/action.yml +++ b/action.yml @@ -72,7 +72,7 @@ runs: - run: echo "::group::Build and Push docker image" - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 with: context: . push: true