Closed
Bug 1876765
Opened 1 year ago
Closed 1 year ago
Convert github actions workflow to upload build images to Google Artifact Registry instead od Github Container Registry
Categories
(bugzilla.mozilla.org :: Continous Integration, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dkl, Assigned: dkl)
Details
Attachments
(1 file)
Currently Github actions for the mozilla-bteam/bmo repository uploads images to Github Container Registry (ghcr) when master has new commits. CloudOps would like it if we instead pushed these images to Google Artifact Registry (gar) which would streamline deployment of new versions of BMO in Google Kubernetes Engine.
An example to base off of is https://github.com/mozilla-services/moz-backstage-app/blob/main/.github/workflows/build-backstage-image.yaml
CloudOps has already created the necessary credentials for uploading so it is a matter of updating our existing deploy.yml workflow.
Comment 1•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Summary: oOnvert github actions workflow to upload build images to Google Artifact Registry instead od Github Container Registry → Convert github actions workflow to upload build images to Google Artifact Registry instead od Github Container Registry
Assignee | ||
Comment 2•1 year ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•