cadence
cadence copied to clipboard
Feature/ghcr integration
Experimenting with integrating with ghcr for docker image uploads.
Some caveats:
- currently the package is not visible from the repository. You will need to go to the maintainers packages and see it there. I am unsure if switching to org if this helps at all? My understanding is GitHub is aware of this and is working on a fix (see here)
- requires a
PATtoken instead ofGITHUB_TOKEN. github is aware of issue and working on integratingGITHUB_TOKEN(see here) - ideally needs to be setup with Uber Open Source organisation. Currently it is setup with my personal account, however if I leave the org, this pipeline will break. This may not be an issue if
GITHUB_TOKENis fixed. - by default the package will be private. Once a package is published you will need to enable to public for the first time only.
Screenshots
just-at-uber release

just-at-uber packages

just-at-uber cadence/server packages

What changed?
Why?
How did you test it?
Potential risks