chg: tag images with -panthera

This commit is contained in:
root
2021-08-18 13:18:03 +02:00
parent 710666c6dd
commit af725283d2
+1 -1
View File
@@ -17,7 +17,7 @@ def build_images():
for image in images:
path = Path('../images').joinpath(image)
call(['docker', 'build', '--no-cache', f'--tag={image}:{today}', '.'],
call(['docker', 'build', '--no-cache', f'--tag={image}-panthera:{today}', '.'],
cwd=path)