Skip to content

Commit 61710b2

Browse files
committed
fix docker file build
1 parent 53aff04 commit 61710b2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
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
@@ -85,6 +85,6 @@ jobs:
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

Dockerfile.mlips

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR /workspace
1111
ARG MACE_REPO=https://github.com/ACEsuit/mace.git
1212
ARG MACE_REF=main
1313
ARG ORB_REPO=https://github.com/orbital-materials/orb-models.git
14-
ARG ORB_REF=main
14+
ARG ORB_REF=v0.5.5
1515
ARG INSTALL_CUML=false
1616
ARG INSTALL_MACE_CUEQ=false
1717

0 commit comments

Comments
 (0)