working container image

This commit is contained in:
jamesread 2021-07-16 22:08:25 +01:00
parent 8c4912381c
commit 48138d00ae
1 changed files with 2 additions and 1 deletions

View File

@ -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}}"