We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72cc86 commit 295ee9eCopy full SHA for 295ee9e
1 file changed
Taskfile.yml
@@ -21,7 +21,7 @@ tasks:
21
-t {{.APP}}:{{.CHANNEL}}
22
--build-arg CHANNEL={{.CHANNEL}}
23
--build-arg VERSION={{.VERSION}}
24
- {{if ne .PUBLIC_TOKEN ""}}--secret id=PUBLIC_TOKEN,env=PUBLIC_TOKEN{{end}}
+ {{if ne .PUBLIC_TOKEN ""}}--secret id=PUBLIC_PACKAGES_TOKEN,env=PUBLIC_PACKAGES_TOKEN{{end}}
25
-f ./apps/{{.APP}}/Dockerfile .
26
- >-
27
./.goss/dgoss run {{.APP}}:{{.CHANNEL}} {{if eq .BASE "true"}}tail -f /dev/null{{end}}
@@ -49,7 +49,7 @@ tasks:
49
50
51
52
53
54
55
./.goss/dgoss run
0 commit comments