1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

build: publish :nightly docker images

closes #4501
This commit is contained in:
Carlos Alexandro Becker 2024-01-07 15:35:27 -03:00
parent e7f4b10fc6
commit 90a1bbe8bb
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -154,6 +154,14 @@ docker_manifests:
image_templates:
- "ghcr.io/goreleaser/goreleaser:v{{ .Version }}-amd64"
- "ghcr.io/goreleaser/goreleaser:v{{ .Version }}-arm64"
- name_template: "{{ if .IsNightly }}goreleaser/goreleaser:nightly{{ end }}"
image_templates:
- "goreleaser/goreleaser:v{{ .Version }}-amd64"
- "goreleaser/goreleaser:v{{ .Version }}-arm64"
- name_template: "{{ if .IsNightly }}ghcr.io/goreleaser/goreleaser:nightly{{ end }}"
image_templates:
- "ghcr.io/goreleaser/goreleaser:v{{ .Version }}-amd64"
- "ghcr.io/goreleaser/goreleaser:v{{ .Version }}-arm64"
archives:
- name_template: >-