mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
fixup! Add Debian archive date when building image
This commit is contained in:
parent
cbdd7d7fff
commit
81905dc7bc
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ def main():
|
|||
if args.debian_archive_date:
|
||||
print(f"Using Debian archive snapshot date '{args.debian_archive_date}'")
|
||||
build_args = ["--build-arg", f"DEBIAN_ARCHIVE_DATE={args.debian_archive_date}"]
|
||||
image_name_tagged = "f{args.debian_archive_date}-{image_name_tagged}"
|
||||
image_name_tagged = f"{args.debian_archive_date}-{image_name_tagged}"
|
||||
|
||||
print(f"Will tag the container image as '{image_name_tagged}'")
|
||||
with open(image_id_path, "w") as f:
|
||||
|
|
Loading…
Reference in a new issue