From a01889d7a8f63249a92cf59d52d6f257634353d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 10:39:21 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 10e90e3 --- .github/workflows/azure-deploy-storybook.yml | 2 +- .github/workflows/azure-deploy-themebuilder.yml | 2 +- .github/workflows/azure-deploy-www.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/azure-deploy-storybook.yml b/.github/workflows/azure-deploy-storybook.yml index 1aea3fda7e..19b5c206b0 100644 --- a/.github/workflows/azure-deploy-storybook.yml +++ b/.github/workflows/azure-deploy-storybook.yml @@ -60,7 +60,7 @@ jobs: run: az acr login --name ${{ env.ACR_NAME }} - name: build & push image - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 with: context: . file: ./Dockerfile diff --git a/.github/workflows/azure-deploy-themebuilder.yml b/.github/workflows/azure-deploy-themebuilder.yml index 7ff8fe9e47..9e97dbd5ed 100644 --- a/.github/workflows/azure-deploy-themebuilder.yml +++ b/.github/workflows/azure-deploy-themebuilder.yml @@ -60,7 +60,7 @@ jobs: run: az acr login --name ${{ env.ACR_NAME }} - name: build & push image - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 with: context: . file: ./Dockerfile diff --git a/.github/workflows/azure-deploy-www.yml b/.github/workflows/azure-deploy-www.yml index 0b1722b5eb..cecd0bcde7 100644 --- a/.github/workflows/azure-deploy-www.yml +++ b/.github/workflows/azure-deploy-www.yml @@ -62,7 +62,7 @@ jobs: run: az acr login --name ${{ env.ACR_NAME }} - name: build & push image - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 with: context: . file: ./Dockerfile