diff --git a/.goreleaser.yml b/.goreleaser.yml index a3986e2..ece5c28 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -52,7 +52,7 @@ dockers: goos: linux goarch: amd64 image_templates: - - "vojtechmares/statica:{{ .Tag }}-amd64" + - "vojtechmares/statica:{{ .Version }}-amd64" skip_push: false dockerfile: Containerfile use: buildx @@ -77,7 +77,7 @@ dockers: - goos: linux goarch: arm64 image_templates: - - "vojtechmares/statica:{{ .Tag }}-arm64v8" + - "vojtechmares/statica:{{ .Version }}-arm64v8" skip_push: false dockerfile: Containerfile use: buildx