docker-images: Changed path from Google Registry to GitHub
Replaced all instances of the Google Docker registry (gcr.io/gem5-test/) with the GitHub Docker registry (ghcr.io/gem5/).
This commit is contained in:
committed by
Bobby R. Bruce
parent
5b721b033f
commit
45df1dbb55
@@ -73,7 +73,7 @@ opts=(".opt"
|
||||
builds_per_compiler=1
|
||||
|
||||
# Base URL of the gem5 testing images.
|
||||
base_url="gcr.io/gem5-test"
|
||||
base_url="ghcr.io/gem5"
|
||||
|
||||
# Arguments passed into scons on every build target test.
|
||||
if [ $# -eq 0 ];then
|
||||
|
||||
Reference in New Issue
Block a user