all repos — homestead @ 5cf9c6f574894645d24109515f2d2e656c78b705

Code for my website

print docker tag correctly

Alan Pearce
commit

5cf9c6f574894645d24109515f2d2e656c78b705

parent

d1b02083d415e90da93e7895385bdf3e93c3d105

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M justfilejustfile
@@ -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 }}