Skip to content

Commit

Permalink
FIX: .goreleaser.yml: wrong image template for summary
Browse files Browse the repository at this point in the history
  • Loading branch information
arldka committed Dec 16, 2022
1 parent a357c54 commit ae101cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dockers:
-
image_templates:
- "europe-docker.pkg.dev/orga-automation-58dl/utils/{{ .ProjectName }}:latest"
- "europe-docker.pkg.dev/orga-automation-58dl/utils/{{ .Summary }}"
- "europe-docker.pkg.dev/orga-automation-58dl/utils/{{ .ProjectName }}:{{ .Summary }}"
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand Down

0 comments on commit ae101cd

Please sign in to comment.