Skip to content

Commit

Permalink
🐛 Fix edge release typos (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
imilchev authored Dec 27, 2022
1 parent 48d08fc commit e74cc80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/.goreleaser-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dockers: # https://goreleaser.com/customization/docker/
goarch: arm
goarm: 6
image_templates:
- "mondoo/{{ .ProjectName }}:-edge{{ .Version }}-armv6"
- "mondoo/{{ .ProjectName }}:edge-{{ .Version }}-armv6"
- "mondoo/{{ .ProjectName }}:edge-latest-armv6"
build_flag_templates:
- "--platform=linux/arm/v6"
Expand Down Expand Up @@ -141,7 +141,7 @@ dockers: # https://goreleaser.com/customization/docker/
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--build-arg=VERSION={{ .Version }}-rootless"
- "--build-arg=VERSION=edge-latest-rootless"
docker_manifests: # https://goreleaser.com/customization/docker_manifest/
- name_template: mondoo/{{ .ProjectName }}:edge-{{ .Version }}
image_templates:
Expand Down

0 comments on commit e74cc80

Please sign in to comment.