-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Build and Push Fuel-Core Docker Image #110
Conversation
@Voxelot - I added an additional build & publish step each published release that will tag the fuel core docker image based on the release tag - please review. |
Will this publish from master using the |
@Voxelot - I can see how to publish with "latest" tag - right now its publishing with the sha commit + master tags for the master branch publish docker image step. |
@Voxelot - this workflow now tags latest - please review when you can -> https://github.com/fuellabs/fuel-core/pkgs/container/fuelcore/13037555?tag=latest The latest tag will eventually get updated with master code once this workflow is merged into master |
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.
Setup Github action to docker build & publish fuel-core image (only for master branch) to ghcr.io tagged based on sha & branch tags (dependent on successful prior build & test step)
Latest action results: https://github.com/FuelLabs/fuel-core/actions/runs/1656710117
More info here: #106