diff options
author | Alan Pearce | 2024-04-21 23:45:54 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-21 23:45:54 +0200 |
commit | 66f36622c9e478f479b2dfe3a0ae142552b0ed5c (patch) | |
tree | e23e48be3dd5a9b3214b506d93f23bcf24b67ba2 /justfile | |
parent | 4eaccbeef49373774d0547c2b468d6cf79a6e5b3 (diff) | |
download | website-66f36622c9e478f479b2dfe3a0ae142552b0ed5c.tar.lz website-66f36622c9e478f479b2dfe3a0ae142552b0ed5c.tar.zst website-66f36622c9e478f479b2dfe3a0ae142552b0ed5c.zip |
print docker tag correctly
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 }} |