diff options
author | Alan Pearce | 2024-04-22 09:25:01 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-22 09:25:01 +0200 |
commit | 40b95827b9e8f56c15d7fee8b51a084e073cf54b (patch) | |
tree | 4298e8d9ac34d4077704950f6bdc01f7e1913dcc | |
parent | 66f36622c9e478f479b2dfe3a0ae142552b0ed5c (diff) | |
download | website-40b95827b9e8f56c15d7fee8b51a084e073cf54b.tar.lz website-40b95827b9e8f56c15d7fee8b51a084e073cf54b.tar.zst website-40b95827b9e8f56c15d7fee8b51a084e073cf54b.zip |
save docker tag in CI correctly
-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 d5755d9..815fe33 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -30,7 +30,7 @@ build: then fly auth docker just push-to-registry --tmpdir=$TMPDIR - just print-docker-tag >> build.env + echo FLY_REGISTRY_IMAGE_TAG=$(just print-docker-tag) >> build.env fi artifacts: reports: |