File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 name : manylinux-x86
3232 arch : linux/amd64
3333 tag : ghcr.io/insight-platform/manylinux_2_28_x64
34+ - docker_file : docker/Dockerfile.py313_rust
35+ name : py313_rust
36+ arch : linux/amd64
37+ tag : ghcr.io/insight-platform/py313_rust
38+
3439
3540 steps :
3641 - name : Checkout repository
7378 context : .
7479 cache-from : type=gha
7580 cache-to : type=gha,mode=max
76-
77- # # Extract metadata (tags, labels) for Docker
78- # # https://github.com/docker/metadata-action
79- # - name: Extract Docker metadata
80- # id: meta
81- # uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
82- # with:
83- # images: ${{matrix.tag}}
84- #
85- # - name: Sign the published Docker image
86- # if: ${{ github.event_name != 'pull_request' }}
87- # env:
88- # # https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
89- # TAGS: ${{ steps.meta.outputs.tags }}
90- # DIGEST: ${{ steps.build-and-push.outputs.digest }}
91- # # This step uses the identity token to provision an ephemeral certificate
92- # # against the sigstore community Fulcio instance.
93- # run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
You can’t perform that action at this time.
0 commit comments