From 69cad58d3fc062b4b06efc005214698865f12d91 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 May 2025 17:08:15 +0000 Subject: [PATCH] Update docker/build-push-action action to v6.18.0 #none minor --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ef30b9c..1769e4a 100644 --- a/action.yml +++ b/action.yml @@ -76,7 +76,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@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: context: . push: true