We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f56a2 commit f42de34Copy full SHA for f42de34
.goreleaser.yaml
@@ -15,10 +15,9 @@ dockers:
15
- ids: [ catalyst ]
16
dockerfile: docker/goreleaser.Dockerfile
17
image_templates:
18
+ - "ghcr.io/securitybrewery/catalyst:main"
19
- "ghcr.io/securitybrewery/catalyst:latest"
20
- "ghcr.io/securitybrewery/catalyst:{{.Tag}}"
- - "ghcr.io/securitybrewery/catalyst:v{{.Major}}"
21
- - "ghcr.io/securitybrewery/catalyst:v{{.Major}}.{{.Minor}}"
22
23
archives:
24
- format: tar.gz
0 commit comments