-
Notifications
You must be signed in to change notification settings - Fork 149
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
Docker nightly image #1684
Docker nightly image #1684
Conversation
e23f2e3
to
5894e96
Compare
branches: | ||
- 'main' | ||
schedule: | ||
- cron: '0 1 * * *' |
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.
Will be run once a day at 1:00 am
BRANCH=main | ||
push: true | ||
tags: | | ||
ghcr.io/neuralmagic/sparseml-nightly:latest |
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.
sparseml-nightly:latest
BRANCH=main | ||
push: true | ||
tags: | | ||
ghcr.io/neuralmagic/sparseml-nightly:${{ steps.extract_tag.outputs.tag }} |
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.
sparseml-nightly:YYYMMDD
BRANCH=main | ||
push: true | ||
tags: | | ||
ghcr.io/neuralmagic/sparseml-nightly:base-${{ steps.extract_tag.outputs.tag }} |
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.
sparseml-nightly:base-YYYMMDD
This PR adds support to build and push sparseml-nightly docker images to github container registry
The workflow will be run once everyday at 1:00 am, and includes the following images:
These images will live under the https://github.com/orgs/neuralmagic/packages?repo_name=sparseml
and can be pulled using: