File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ dockers:
59
59
- " --label=org.opencontainers.image.title={{.ProjectName}}"
60
60
- " --label=org.opencontainers.image.revision={{.FullCommit}}"
61
61
- " --label=org.opencontainers.image.version={{.Version}}"
62
+ extra_files :
63
+ - scripts
62
64
- use : buildx
63
65
dockerfile : Dockerfile.release
64
66
goos : linux
@@ -72,6 +74,8 @@ dockers:
72
74
- " --label=org.opencontainers.image.title={{.ProjectName}}"
73
75
- " --label=org.opencontainers.image.revision={{.FullCommit}}"
74
76
- " --label=org.opencontainers.image.version={{.Version}}"
77
+ extra_files :
78
+ - scripts
75
79
- use : buildx
76
80
dockerfile : Dockerfile.release
77
81
goos : linux
@@ -86,6 +90,8 @@ dockers:
86
90
- " --label=org.opencontainers.image.title={{.ProjectName}}"
87
91
- " --label=org.opencontainers.image.revision={{.FullCommit}}"
88
92
- " --label=org.opencontainers.image.version={{.Version}}"
93
+ extra_files :
94
+ - scripts
89
95
- use : buildx
90
96
dockerfile : Dockerfile.release
91
97
goos : linux
@@ -100,6 +106,9 @@ dockers:
100
106
- " --label=org.opencontainers.image.title={{.ProjectName}}"
101
107
- " --label=org.opencontainers.image.revision={{.FullCommit}}"
102
108
- " --label=org.opencontainers.image.version={{.Version}}"
109
+ extra_files :
110
+ - scripts
111
+
103
112
docker_manifests :
104
113
# https://goreleaser.com/customization/docker_manifest/
105
114
- name_template : ghcr.io/gnolang/{{ .ProjectName }}:{{ .Version }}
You can’t perform that action at this time.
0 commit comments