We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b78987 commit 51ada4cCopy full SHA for 51ada4c
.goreleaser.yml
@@ -76,6 +76,11 @@ dockers:
76
- "ghcr.io/larkinwc/proxmox-lxc-compose:{{ .Version }}"
77
- "ghcr.io/larkinwc/proxmox-lxc-compose:latest"
78
dockerfile: Dockerfile
79
+ extra_files:
80
+ - go.mod
81
+ - go.sum
82
+ - cmd/
83
+ - pkg/
84
build_flag_templates:
85
- "--label=org.opencontainers.image.created={{.Date}}"
86
- "--label=org.opencontainers.image.title={{.ProjectName}}"
0 commit comments