cadence icon indicating copy to clipboard operation
cadence copied to clipboard

Feature/ghcr integration

Open just-at-uber opened this issue 5 years ago • 0 comments

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 PAT token instead of GITHUB_TOKEN. github is aware of issue and working on integrating GITHUB_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_TOKEN is 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 Screen Shot 2020-10-29 at 1 54 18 PM

just-at-uber packages Screen Shot 2020-10-29 at 1 55 09 PM

just-at-uber cadence/server packages Screen Shot 2020-10-29 at 2 00 41 PM


What changed?

Why?

How did you test it?

Potential risks

just-at-uber avatar Oct 29 '20 20:10 just-at-uber