Skip to content

Commit f8acc66

Browse files
committed
implemented python3.13+rust build image
1 parent a847d3c commit f8acc66

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
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
@@ -73,21 +78,3 @@ jobs:
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}

0 commit comments

Comments
 (0)