diff options
author | Alan Pearce | 2024-04-21 23:18:53 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-21 23:18:53 +0200 |
commit | 25a2b442a220184346e22a31a87c49a449ef636f (patch) | |
tree | 13b083a6e2a0cdefcc1d5383330b1a15c0b64fc2 /gitlab-ci.yml | |
parent | fcbad558bc3d573d0cc621e0331d02befd6849d4 (diff) | |
download | website-25a2b442a220184346e22a31a87c49a449ef636f.tar.lz website-25a2b442a220184346e22a31a87c49a449ef636f.tar.zst website-25a2b442a220184346e22a31a87c49a449ef636f.zip |
`just` confusing
Diffstat (limited to 'gitlab-ci.yml')
-rw-r--r-- | gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |