From 24c57d203a022016de9092e8f367d853f79a0477 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 12 Feb 2026 09:06:46 +0000 Subject: [PATCH] Update docker/build-push-action action to v6.19.2 #none patch --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3c0d1d7..efe3d13 100644 --- a/action.yml +++ b/action.yml @@ -72,7 +72,7 @@ runs: password: ${{ inputs.token }} - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: . push: true