Fix docker tags

This commit is contained in:
Pijus Kamandulis 2024-04-06 19:14:37 +03:00
parent 26dcd68ace
commit ec5f82cd54
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@ brews:
email: git@pikami.org email: git@pikami.org
dockers: dockers:
- image_templates: ["ghcr.io/pikami/{{ .ProjectName }}:{{ .Version }}-amd64"] - image_templates:
- "ghcr.io/pikami/{{ .ProjectName }}:{{ .Version }}"
- "ghcr.io/pikami/{{ .ProjectName }}:latest"
dockerfile: Dockerfile dockerfile: Dockerfile
use: docker use: docker
build_flag_templates: build_flag_templates: