all repos — website @ 33fd68ade81137e69d0f50635075456b02a99fbc

My website

compress docker image during upload
Alan Pearce alan@alanpearce.eu
Mon, 24 Jun 2024 19:38:27 +0200
commit

33fd68ade81137e69d0f50635075456b02a99fbc

parent

bda735d7c10edb9e28322a5b485bc7e34ba1a358

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M justfilejustfile
@@ -32,7 +32,7 @@ ci: build check-links 
 cd:
 	fly auth docker
-	nix-build -A docker-stream-amd64-linux | sh | gzip --fast | \
+	nix-build -A docker-stream-amd64-linux --no-out-link | sh | gzip --fast | \
 		skopeo copy --dest-precompute-digests \
 			docker-archive:/dev/stdin \
 			docker://{{ docker-registry }}:{{ docker-tag }}