Skip to content

Commit 295ee9e

Browse files
committed
fix(taskfile): ensure right property for local tests for secret
1 parent d72cc86 commit 295ee9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tasks:
2121
-t {{.APP}}:{{.CHANNEL}}
2222
--build-arg CHANNEL={{.CHANNEL}}
2323
--build-arg VERSION={{.VERSION}}
24-
{{if ne .PUBLIC_TOKEN ""}}--secret id=PUBLIC_TOKEN,env=PUBLIC_TOKEN{{end}}
24+
{{if ne .PUBLIC_TOKEN ""}}--secret id=PUBLIC_PACKAGES_TOKEN,env=PUBLIC_PACKAGES_TOKEN{{end}}
2525
-f ./apps/{{.APP}}/Dockerfile .
2626
- >-
2727
./.goss/dgoss run {{.APP}}:{{.CHANNEL}} {{if eq .BASE "true"}}tail -f /dev/null{{end}}
@@ -49,7 +49,7 @@ tasks:
4949
-t {{.APP}}:{{.CHANNEL}}
5050
--build-arg CHANNEL={{.CHANNEL}}
5151
--build-arg VERSION={{.VERSION}}
52-
{{if ne .PUBLIC_TOKEN ""}}--secret id=PUBLIC_TOKEN,env=PUBLIC_TOKEN{{end}}
52+
{{if ne .PUBLIC_TOKEN ""}}--secret id=PUBLIC_PACKAGES_TOKEN,env=PUBLIC_PACKAGES_TOKEN{{end}}
5353
-f ./apps/{{.APP}}/Dockerfile .
5454
- >-
5555
./.goss/dgoss run

0 commit comments

Comments
 (0)