File tree Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change 31
31
name : manylinux-x86
32
32
arch : linux/amd64
33
33
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
+
34
39
35
40
steps :
36
41
- name : Checkout repository
73
78
context : .
74
79
cache-from : type=gha
75
80
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