diff options
author | Alan Pearce | 2024-04-21 22:51:05 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-21 22:51:05 +0200 |
commit | c58a2ae67134b44a26411b4dfa41e6ed7377cb8b (patch) | |
tree | e1a78b4d56f9ee5ffd4322d6b6d0eece7448d765 /gitlab-ci.yml | |
parent | 7071e4dec094d684cac870e9367173e9511e6e25 (diff) | |
download | website-c58a2ae67134b44a26411b4dfa41e6ed7377cb8b.tar.lz website-c58a2ae67134b44a26411b4dfa41e6ed7377cb8b.tar.zst website-c58a2ae67134b44a26411b4dfa41e6ed7377cb8b.zip |
fix deployment v2
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 475841d..9d1e7da 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 --dest-precompute-digests + just push-to-registry result --tmpdir=$TMPDIR just print-docker-tag >> build.env fi artifacts: |