build: Migrate from DockerHub to ghcr
It is necessary to transition away from DockerHub as the small organisation plan in being EOLed. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
feb523ef78
commit
ca96ff601b
3 changed files with 16 additions and 10 deletions
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
CLI_NAME="Cloud Hypervisor"
|
||||
|
||||
CTR_IMAGE_TAG="cloudhypervisor/dev"
|
||||
CTR_IMAGE_VERSION="20230301-0"
|
||||
CTR_IMAGE_TAG="ghcr.io/cloud-hypervisor/cloud-hypervisor"
|
||||
CTR_IMAGE_VERSION="20230315-0"
|
||||
CTR_IMAGE="${CTR_IMAGE_TAG}:${CTR_IMAGE_VERSION}"
|
||||
|
||||
DOCKER_RUNTIME="docker"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue