From 8a67db87e766d741e9fc96ed086d41146e1b1644 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 17:58:30 +0000 Subject: [PATCH] Update docker/build-push-action digest to ee4ca42 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6c7488f..6b05ba5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -33,7 +33,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image id: push - uses: docker/build-push-action@8c1e8f8e5bf845ba3773a14f3967965548a2341e + uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 with: context: . push: true