Skip to content

Commit

Permalink
ci: add custom docker file to goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
feuerrot committed Nov 28, 2022
1 parent 2115256 commit 056999a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ dockers:
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.source=https://github.com/feuerrot/gomumblesoundboard.git"
- "--label=org.opencontainers.image.source=https://github.com/feuerrot/gomumblesoundboard.git"
dockerfile: '.goreleaser.Dockerfile'

0 comments on commit 056999a

Please sign in to comment.