diff options
author | Alan Pearce | 2024-04-21 23:26:14 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-21 23:26:14 +0200 |
commit | 20b058a6167fd8bec908c22fb356f44c9e882327 (patch) | |
tree | 5adde69fd801ce4170ea5f81e5a4228fc8de6ea2 /gitlab-ci.yml | |
parent | 25a2b442a220184346e22a31a87c49a449ef636f (diff) | |
download | website-20b058a6167fd8bec908c22fb356f44c9e882327.tar.lz website-20b058a6167fd8bec908c22fb356f44c9e882327.tar.zst website-20b058a6167fd8bec908c22fb356f44c9e882327.zip |
update ci
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 57fddde..d5755d9 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 docker://$(just evaluate fly-registry):$DOCKER_TAG result --tmpdir=$TMPDIR + just push-to-registry --tmpdir=$TMPDIR just print-docker-tag >> build.env fi artifacts: |