-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
more docker workflow tweaks #405
Conversation
@@ -40,7 +45,7 @@ jobs: | |||
run: docker build . --file packages/halmos/Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" | |||
|
|||
- name: Print halmos version | |||
run: docker run $IMAGE_NAME --version | |||
run: docker run $IMAGE_NAME halmos --version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need this fix to publish halmos:latest
workflow_run: | ||
workflows: ["Push solvers package"] | ||
types: | ||
- completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works, this was triggered by a successful run of publish-solvers-package.yml: https://github.com/a16z/halmos/actions/runs/11751217641
workflow_run: | ||
workflows: ["Push halmos-builder package"] | ||
types: | ||
- completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.