about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-06-24 19:38:27 +0200
committerAlan Pearce2024-06-24 21:14:37 +0200
commit33fd68ade81137e69d0f50635075456b02a99fbc (patch)
tree770fcd8364be0fc578a4e4a859a17475a6023f8d /justfile
parentbda735d7c10edb9e28322a5b485bc7e34ba1a358 (diff)
downloadwebsite-33fd68ade81137e69d0f50635075456b02a99fbc.tar.lz
website-33fd68ade81137e69d0f50635075456b02a99fbc.tar.zst
website-33fd68ade81137e69d0f50635075456b02a99fbc.zip
compress docker image during upload
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 08f6b01..b6a780c 100755
--- a/justfile
+++ b/justfile
@@ -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 }}