diff options
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |