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 }}