issues
search
ai-cfia
/
github-workflows
Reusable github workflows
MIT License
2
stars
0
forks
source link
As a DevOps, I would like to create a workflow to push images to this organisation docker registry
#63
Closed
ThomasCardin
closed
9 months ago
ThomasCardin
commented
10 months ago
Only one user should be able to push to this registry (the github_user)
Anybody call pull images
https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
A image is built from a PR, when another commit is pushed to the same PR. The previous image is deleted and replace with the new one.