This repository was archived by the owner on Aug 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252 docker run --rm -v $(pwd):/mnt --entrypoint sh modus -c "cp ./modus /mnt/$ARTIFACT_NAME" &&
5353 ./$ARTIFACT_NAME --version
5454 - name : Publish image
55- if : github.event_name != 'pull_request' && github.branch == 'main'
55+ if : github.event_name != 'pull_request' && github.ref == 'refs/heads/ main'
5656 run : >
5757 docker push $IMAGE_REF &&
5858 docker push $IMAGE_BASE:latest
Original file line number Diff line number Diff line change 11[package ]
22name = " modus-lib"
3- version = " 0.1.5 "
3+ version = " 0.1.6 "
44authors = [" University College London" ]
55edition = " 2018"
66license = " AGPL-3.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " modus"
3- version = " 0.1.5 "
3+ version = " 0.1.6 "
44authors = [" University College London" ]
55edition = " 2018"
66default-run = " modus"
@@ -21,7 +21,7 @@ name = "buildkit-frontend"
2121path = " src/buildkit_frontend.rs"
2222
2323[dependencies ]
24- modus-lib = { version = " =0.1.5 " , path = " ../modus-lib" }
24+ modus-lib = { version = " =0.1.6 " , path = " ../modus-lib" }
2525
2626clap = { version = " 3" , features = [" cargo" ] }
2727colored = " 2"
You can’t perform that action at this time.
0 commit comments