File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 orb_ref :
2929 description : " Orb git ref to build"
3030 required : false
31- default : " main "
31+ default : " v0.5.5 "
3232 push_image :
3333 description : " Push image to GHCR"
3434 required : false
8585 labels : ${{ steps.meta.outputs.labels }}
8686 build-args : |
8787 MACE_REF=${{ inputs.mace_ref || 'main' }}
88- ORB_REF=${{ inputs.orb_ref || 'main ' }}
88+ ORB_REF=${{ inputs.orb_ref || 'v0.5.5 ' }}
8989 cache-from : type=gha
9090 cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ WORKDIR /workspace
1111ARG MACE_REPO=https://github.com/ACEsuit/mace.git
1212ARG MACE_REF=main
1313ARG ORB_REPO=https://github.com/orbital-materials/orb-models.git
14- ARG ORB_REF=main
14+ ARG ORB_REF=v0.5.5
1515ARG INSTALL_CUML=false
1616ARG INSTALL_MACE_CUEQ=false
1717
You can’t perform that action at this time.
0 commit comments