You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI] Use same image name but different tag (#13309)
When we push the built docker image with tags, it will be stored in
github as a package.
The default package is private.
When we create name image names, they are all private by default.
Hence we can't access `_unstable` or `_devigc` images after refactoring.
See
https://github.com/intel/llvm/actions/runs/8574917864/job/23502927206?pr=13305
> /usr/bin/docker pull
"ghcr.io/intel/llvm/ubuntu2204_intel_drivers_devigc:latest"
> Error response from daemon: Head
"https://ghcr.io/v2/intel/llvm/ubuntu2204_intel_drivers_devigc/manifests/latest":
unauthorized
> Warning: Docker pull failed with exit code 1, back off 2.664 seconds
before retry."
Also the package permission control is in github org level, not in repo
level,
so even the repo admin can't mark them as public.
To avoid applying for more public images from org level,
we can use same images but different tags for our images, as the
existing images have been marked as public.
0 commit comments