Skip to content

Commit

Permalink
working container image
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Jul 16, 2021
1 parent 8c49123 commit 48138d0
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 @@ -70,12 +70,13 @@ archives:

dockers:
- image_templates:
- "docker.io/jamesread/olivetin:latest"
- "docker.io/jamesread/olivetin:{{ .Tag }}-amd64"
dockerfile: Dockerfile
goos: linux
goarch: amd64
skip_push: false
use_buildx: true
use: docker
build_flag_templates:
- "--platform=linux/amd64"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
Expand Down

0 comments on commit 48138d0

Please sign in to comment.