From af725283d26ec2a0b8453d7b3aaaade2cbcd07b0 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 18 Aug 2021 13:18:03 +0200 Subject: [PATCH] chg: tag images with `-panthera` --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index 7dc2af9..b2e2d2b 100755 --- a/update.py +++ b/update.py @@ -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)