Skip to content

Commit f90ca73

Browse files
committed
publish clapclapexcitement/terraputs images to DockerHub
1 parent f86f417 commit f90ca73

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ checksum:
2020
name_template: 'checksums.txt'
2121
snapshot:
2222
name_template: "{{ .Version }}-next"
23+
dockers:
24+
- image_templates:
25+
- "clapclapexcitement/{{.ProjectName}}:latest"
26+
- "clapclapexcitement/{{.ProjectName}}:{{.Version}}"
2327
changelog:
2428
sort: asc
2529
filters:

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM scratch
2+
3+
ENTRYPOINT ["/terraputs"]
4+
5+
COPY terraputs /

0 commit comments

Comments
 (0)