File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686 with :
8787 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
8888
89- # Build and push default image (cuda12.8 .0)
90- - name : Build and push Docker image (default cuda12.8 .0)
89+ # Build and push default image (cuda13.0 .0)
90+ - name : Build and push Docker image (default cuda13.0 .0)
9191 id : build-and-push
9292 uses : docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
9393 with :
@@ -97,10 +97,11 @@ jobs:
9797 tags : ${{ steps.meta.outputs.tags }}
9898 labels : ${{ steps.meta.outputs.labels }}
9999 build-args : |
100- CUDA_VERSION=12.8 .0
100+ CUDA_VERSION=13.0 .0
101101 ENABLE_DEEPEP=1
102102 ENABLE_NIXL=1
103103 ENABLE_CACHE=1
104+ ENABLE_SM100=0
104105 cache-from : type=gha
105106 cache-to : type=gha,mode=max
106107
@@ -117,4 +118,4 @@ jobs:
117118 DIGEST : ${{ steps.build-and-push.outputs.digest }}
118119 # This step uses the identity token to provision an ephemeral certificate
119120 # against the sigstore community Fulcio instance.
120- run : echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
121+ run : echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
You can’t perform that action at this time.
0 commit comments