Skip to content

Commit 915ea90

Browse files
chore: add missing files for Dockerfile (#2234)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 06ad009 commit 915ea90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.goreleaser.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ dockers:
4848
- "scaleway/cli:{{ .Tag }}"
4949
- "scaleway/cli:{{ .Major }}"
5050
- "scaleway/cli:{{ .Major }}.{{ .Minor }}"
51+
extra_files:
52+
- go.mod
53+
- go.sum
54+
- scripts
55+
- cmd
56+
- internal
57+
- .git
5158

5259
release:
5360
github:

0 commit comments

Comments
 (0)