Skip to content

Commit 51ada4c

Browse files
committed
fix: add required files to goreleaser docker build context
1 parent 1b78987 commit 51ada4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.goreleaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ dockers:
7676
- "ghcr.io/larkinwc/proxmox-lxc-compose:{{ .Version }}"
7777
- "ghcr.io/larkinwc/proxmox-lxc-compose:latest"
7878
dockerfile: Dockerfile
79+
extra_files:
80+
- go.mod
81+
- go.sum
82+
- cmd/
83+
- pkg/
7984
build_flag_templates:
8085
- "--label=org.opencontainers.image.created={{.Date}}"
8186
- "--label=org.opencontainers.image.title={{.ProjectName}}"

0 commit comments

Comments
 (0)