Skip to content
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

Publish images to ghcr #271

Open
mgna7 opened this issue Jul 10, 2022 · 2 comments
Open

Publish images to ghcr #271

mgna7 opened this issue Jul 10, 2022 · 2 comments
Assignees
Labels

Comments

@mgna7
Copy link
Collaborator

mgna7 commented Jul 10, 2022

We require that all our image be pushed to the github packages.
The current base workflow via github actions is the minimal build we require for:

  • Whenever a PR is raised
  • Whenever a PR is merged -> develop branch;
  • Whenever the develop -> master merge happens.

In addition, we need the following, yet another, subsequent gh-action, which pushes a successful build to ghcr:

  • Whenever a PR is raised
  • Whenever a PR is merged -> develop branch;
  • Whenever the develop -> master merge happens.

References:

@mgna7 mgna7 moved this from Todo to In Progress in DevOps-Mycovidconnect Jul 16, 2022
@mgna7
Copy link
Collaborator Author

mgna7 commented Jul 16, 2022

Tested this workflow and able to upload image to ghcr.
CI_CD_PAT token which was created is not available to my account. I have tested this workflow using my own account and able to upload the image

image

@codecakes
Copy link
Contributor

@mgna7 what we just did with ghcr-test repo and CI_CD_PAT, you mean that's not happening with this repo right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

No branches or pull requests

2 participants