-
Notifications
You must be signed in to change notification settings - Fork 198
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: publish docker image #1398
Conversation
|
it works! still not sure why the sha tag isn't working but I am hoping it'll work once this lands |
This should publish an image for every main commit, tagged with
latest
(for main branch), branch name, and sha. You can also manually kick off an image build/push via workflow trigger.https://github.com/orgs/latticexyz/packages
Some improvements for later:
always build Docker image on every commit, only push on the branches we want to release from
add version tag, but requires Changesets allowing is to have one git tag per version rather than one per package+version: Allow disabling tags or creating single tag changesets/changesets#589possibly fixed with a regex tag! will need to release before we can tell if this works