File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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}}
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
You can’t perform that action at this time.
0 commit comments