From 2d8a3f061c2505bb953b2faa2654f5d917c07abd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:47:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/build-push?= =?UTF-8?q?-action=20digest=20to=2010e90e3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/upstream-ci.yaml | 2 +- .github/workflows/upstream-deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upstream-ci.yaml b/.github/workflows/upstream-ci.yaml index c5dee40..7879f1b 100644 --- a/.github/workflows/upstream-ci.yaml +++ b/.github/workflows/upstream-ci.yaml @@ -195,7 +195,7 @@ jobs: exit 1 fi - name: 🚀 Build - uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 with: push: false context: ${{ needs.information.outputs.target }} diff --git a/.github/workflows/upstream-deploy.yaml b/.github/workflows/upstream-deploy.yaml index f70cf40..3dbefd3 100644 --- a/.github/workflows/upstream-deploy.yaml +++ b/.github/workflows/upstream-deploy.yaml @@ -136,7 +136,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: 🚀 Build - uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 with: load: true # yamllint disable rule:line-length