about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-21 23:45:54 +0200
committerAlan Pearce2024-04-21 23:45:54 +0200
commit66f36622c9e478f479b2dfe3a0ae142552b0ed5c (patch)
treee23e48be3dd5a9b3214b506d93f23bcf24b67ba2
parent4eaccbeef49373774d0547c2b468d6cf79a6e5b3 (diff)
downloadwebsite-main.tar.lz
website-main.tar.zst
website-main.zip
print docker tag correctly HEAD main
-rwxr-xr-xjustfile2
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 }}