FIX: fixed the deploy workflow to also build images on new releases

This commit is contained in:
kharhamel 2021-04-29 14:44:41 +02:00
parent 746f1029a8
commit 7bd524ba55
3 changed files with 16 additions and 12 deletions

View file

@ -1,6 +1,6 @@
{
local env = std.extVar("env"),
local namespace = env.GITHUB_HEAD_REF_SLUG,
local namespace = env.DEPLOY_REF,
local tag = namespace,
local url = if namespace == "master" then "workadventu.re" else namespace+".test.workadventu.re",
// develop branch does not use admin because of issue with SSL certificate of admin as of now.