-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added docker image to .goreleaser.yml. Based on two secrets DOCKER_US…
…ERNAME and DOCKER_PASSWORD, configured inside the repo
- Loading branch information
1 parent
8c3ac40
commit 0f08ff1
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,5 +27,9 @@ brews: | |
name: simonmittag | ||
email: [email protected] | ||
|
||
dockers: | ||
- image_templates: | ||
- "docker.io/simonmittag/j8a:{{.Tag}}" | ||
|
||
checksum: | ||
name_template: 'checksums.txt' |