Upgrading rlespinasse/github-slug-action to 2.0.0
Closes #58 Also, fixing broken deployment to master
This commit is contained in:
parent
e666fe3fa1
commit
7855ae3a1d
2 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
local env = std.extVar("env"),
|
||||
local namespace = env.GITHUB_REF_SLUG,
|
||||
local tag = if namespace == "master" then "latest" else namespace,
|
||||
local namespace = env.GITHUB_REF_SLUG_URL,
|
||||
local tag = namespace,
|
||||
"$schema": "https://raw.githubusercontent.com/thecodingmachine/deeployer/master/deeployer.schema.json",
|
||||
"containers": {
|
||||
"back": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue