Skip to content

Commit b2126f0

Browse files
authored
fix : missing extra_files for docker in goreleaser (#672)
1 parent 346a7ee commit b2126f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ dockers:
5454
image_templates:
5555
- 'docker.io/odpf/{{.ProjectName}}:{{ .Version }}'
5656
- 'docker.io/odpf/{{.ProjectName}}:{{ .Version }}-amd64'
57+
extra_files:
58+
- entrypoint_init_container.sh
5759
brews:
5860
- name: optimus
5961
tap:

0 commit comments

Comments
 (0)