mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 04:31:49 +02:00
fixup! Add a dangerzone-image
CLI script
This commit is contained in:
parent
f175739b20
commit
3ea491761c
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ def parse_image_location(input_string: str) -> Image:
|
|||
namespace=match.group("namespace"),
|
||||
image_name=match.group("image_name"),
|
||||
tag=match.group("tag") or "latest",
|
||||
digest=match.group("digest"),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue