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.
clapclapexcitement/terraputs
1 parent f86f417 commit f90ca73Copy full SHA for f90ca73
.goreleaser.yml
@@ -20,6 +20,10 @@ checksum:
20
name_template: 'checksums.txt'
21
snapshot:
22
name_template: "{{ .Version }}-next"
23
+dockers:
24
+ - image_templates:
25
+ - "clapclapexcitement/{{.ProjectName}}:latest"
26
+ - "clapclapexcitement/{{.ProjectName}}:{{.Version}}"
27
changelog:
28
sort: asc
29
filters:
Dockerfile
@@ -0,0 +1,5 @@
1
+FROM scratch
2
+
3
+ENTRYPOINT ["/terraputs"]
4
5
+COPY terraputs /
0 commit comments