From 94fd3aa6b64e5d527c98fe639e9f326a4f14862b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 18:58:57 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 10e90e3 --- .github/workflows/build-container-images.yaml | 4 ++-- .github/workflows/build-container-reuse.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-container-images.yaml b/.github/workflows/build-container-images.yaml index ed2ac40d3..ff281f145 100644 --- a/.github/workflows/build-container-images.yaml +++ b/.github/workflows/build-container-images.yaml @@ -40,7 +40,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and deploy Python 3.11 image - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 with: context: containers/python311_alpine/ file: containers/python311_alpine/Dockerfile @@ -51,7 +51,7 @@ jobs: org.opencontainers.image.version=${{ env.VERSION_PYTHON311 }} - name: Build and deploy Python 3.12 image - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 with: context: containers/python312_alpine/ file: containers/python312_alpine/Dockerfile diff --git a/.github/workflows/build-container-reuse.yaml b/.github/workflows/build-container-reuse.yaml index 70b5f967b..0b7a8293a 100644 --- a/.github/workflows/build-container-reuse.yaml +++ b/.github/workflows/build-container-reuse.yaml @@ -86,7 +86,7 @@ jobs: working-directory: ${{ inputs.prebuild_script_working_dir }} - name: build and push container image - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 with: file: ${{ inputs.dockerfile_path }} build-args: ${{ inputs.build_args }}