print docker tag correctly
Alan Pearce alan@alanpearce.eu
Sun, 21 Apr 2024 23:45:54 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M justfile → 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 }}