-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
fix(ci): Enable third-party contributions #6721
fix(ci): Enable third-party contributions #6721
Conversation
Should probably adopt https://docs.docker.com/build/ci/github-actions/share-image-jobs/ instead of using USERNAME/snuba-ci |
I noticed that the artifacts are published in |
@onkar I was mostly following the linked docker tutorial, I think saving to /tmp is just an intermediate step because github artifacts can only load/save on the filesystem. |
followup to #6721 It seems that by using `outputs:` in the previous step, we don't load the image into docker but _only_ into the local filesystem. this breaks docker push on master.
we have had two external contributions recently:
neither of the contributors can iterate properly on their changes because our CI is actually busted for PRs launched from forks