We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1672cf0 commit 245a9dfCopy full SHA for 245a9df
1 file changed
.goreleaser.yml
@@ -19,8 +19,8 @@ dockers:
19
- goos: linux
20
goarch: amd64
21
image_templates:
22
- - "{{.Env.REGISTRY}}/hellofresh/kangal:latest"
23
- - "{{.Env.REGISTRY}}/hellofresh/kangal:{{.Tag}}"
+ - "ghcr.io/hellofresh/kangal:latest"
+ - "ghcr.io/hellofresh/kangal:{{.Tag}}"
24
dockerfile: Dockerfile
25
extra_files:
26
- openapi.json
0 commit comments