Skip to content

Commit

Permalink
FIXUP: Put the date in the tag and not in the image name
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Oct 1, 2024
1 parent 549d6d8 commit a4e14e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev_scripts/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
DISTROS = ["debian", "fedora", "ubuntu"]
CONTAINER_RUNTIMES = ["podman", "docker"]
IMAGES_REGISTRY = "ghcr.io/freedomofpress/"
IMAGE_NAME_BUILD_DEV_FMT = "v2/dangerzone/build-dev/{distro}-{version}-{date}:{hash}"
IMAGE_NAME_BUILD_ENDUSER_FMT = "v2/dangerzone/end-user/{distro}-{version}-{date}:{hash}"
IMAGE_NAME_BUILD_DEV_FMT = "v2/dangerzone/build-dev/{distro}-{version}:{date}-{hash}"
IMAGE_NAME_BUILD_ENDUSER_FMT = "v2/dangerzone/end-user/{distro}-{version}:{date}-{hash}"

EPILOG = """\
Examples:
Expand Down

0 comments on commit a4e14e4

Please sign in to comment.