From 66f36622c9e478f479b2dfe3a0ae142552b0ed5c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 21 Apr 2024 23:45:54 +0200 Subject: print docker tag correctly --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index a3b655f..2c4c464 100755 --- a/justfile +++ b/justfile @@ -43,7 +43,7 @@ docker-inspect image-path="result" *skopeo-flags="": skopeo {{ skopeo-flags }} inspect docker-archive:{{ image-path }} print-docker-tag: - @echo {{ docker-tag }} + @echo {{ fly-registry }}:{{ docker-tag }} stream-to-registry *skopeo-flags="": just docker-stream-fly | gzip --fast | skopeo {{ skopeo-flags }} copy --dest-precompute-digests docker-archive:/dev/stdin docker://{{ fly-registry }}:{{ docker-tag }} -- cgit 1.4.1