Skip to content

Commit babd646

Browse files
committed
Rename to parrot server
1 parent e03f561 commit babd646

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

parrotserver/.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ LICENSE
1010
.vscode/
1111
dist/
1212
.github/
13-
save.json
13+
save.json

parrotserver/.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

parrotserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM scratch
22
COPY parrotserver /parrotserver
3-
ENTRYPOINT [ "parrotserver" ]
3+
ENTRYPOINT [ "parrotserver" ]

0 commit comments

Comments
 (0)