Fix docker image name

This commit is contained in:
jld3103 2021-08-08 18:16:39 +02:00
parent 158bdad40b
commit a3ab6a899d

View file

@ -11,7 +11,7 @@ else:
script_path = os.path.dirname(os.path.abspath(__file__)) script_path = os.path.dirname(os.path.abspath(__file__))
with open(os.path.join(script_path, 'version.txt')) as version_file: with open(os.path.join(script_path, 'version.txt')) as version_file:
version = version_file.read().replace('\n', '') version = version_file.read().replace('\n', '')
tag = f'gitlab.com/kupfer/kupferbootstrap:{version}' tag = f'registry.gitlab.com/kupfer/kupferbootstrap:{version}'
if version == 'dev': if version == 'dev':
result = subprocess.run([ result = subprocess.run([
'docker', 'docker',