From 33fd68ade81137e69d0f50635075456b02a99fbc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 24 Jun 2024 19:38:27 +0200 Subject: compress docker image during upload --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') 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 }} -- cgit 1.4.1