Skip to content

Commit

Permalink
Merge pull request #24 from feuerrot/goreleaser3
Browse files Browse the repository at this point in the history
ci: add custom docker file to goreleaser config
  • Loading branch information
feuerrot authored Nov 28, 2022
2 parents 210964c + 056999a commit 82cc5e4
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 82cc5e4

Please sign in to comment.