From 48e9c8845a08d3034dbdc4d8d80167405b6cc06b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 Feb 2026 12:06:50 +0000 Subject: [PATCH] Update docker/build-push-action action to v6.19.0 #none minor --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b9fa8a2..6f7ae6f 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@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0 with: context: . push: true