From 25a2b442a220184346e22a31a87c49a449ef636f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 21 Apr 2024 23:18:53 +0200 Subject: `just` confusing --- gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitlab-ci.yml') diff --git a/gitlab-ci.yml b/gitlab-ci.yml index 9d1e7da..57fddde 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -29,7 +29,7 @@ build: if fly auth whoami > /dev/null 2>&1 then fly auth docker - just push-to-registry result --tmpdir=$TMPDIR + just push-to-registry docker://$(just evaluate fly-registry):$DOCKER_TAG result --tmpdir=$TMPDIR just print-docker-tag >> build.env fi artifacts: -- cgit 1.4.1