File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ LICENSE
1010.vscode /
1111dist /
1212.github /
13- save.json
13+ save.json
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dockers:
3131 goarch : amd64
3232 image_templates :
3333 - ' {{ .Env.IMG_PRE }}/parrotserver:{{ .Tag }}'
34- - " {{ .Env.IMG_PRE }}/parrotserver:latest"
34+ - ' {{ .Env.IMG_PRE }}/parrotserver:latest'
3535 build_flag_templates :
3636 - --platform=linux/amd64
3737 - --pull
@@ -44,7 +44,7 @@ dockers:
4444 goarch : arm64
4545 image_templates :
4646 - ' {{ .Env.IMG_PRE }}/parrotserver:{{ .Tag }}-arm64'
47- - " {{ .Env.IMG_PRE }}/parrotserver:latest-arm64"
47+ - ' {{ .Env.IMG_PRE }}/parrotserver:latest-arm64'
4848 build_flag_templates :
4949 - --platform=linux/arm64
5050 - --pull
Original file line number Diff line number Diff line change 11FROM scratch
22COPY parrotserver /parrotserver
3- ENTRYPOINT [ "parrotserver" ]
3+ ENTRYPOINT [ "parrotserver" ]
You can’t perform that action at this time.
0 commit comments