working container image
This commit is contained in:
parent
8c4912381c
commit
48138d00ae
|
|
@ -70,12 +70,13 @@ archives:
|
||||||
|
|
||||||
dockers:
|
dockers:
|
||||||
- image_templates:
|
- image_templates:
|
||||||
|
- "docker.io/jamesread/olivetin:latest"
|
||||||
- "docker.io/jamesread/olivetin:{{ .Tag }}-amd64"
|
- "docker.io/jamesread/olivetin:{{ .Tag }}-amd64"
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
goos: linux
|
goos: linux
|
||||||
goarch: amd64
|
goarch: amd64
|
||||||
skip_push: false
|
skip_push: false
|
||||||
use_buildx: true
|
use: docker
|
||||||
build_flag_templates:
|
build_flag_templates:
|
||||||
- "--platform=linux/amd64"
|
- "--platform=linux/amd64"
|
||||||
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue