FIX: fixed the deploy workflow to also build images on new releases
This commit is contained in:
parent
746f1029a8
commit
7bd524ba55
3 changed files with 16 additions and 12 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue