Skip to content

Commit 245a9df

Browse files
Hardcode ghcr.io for now
1 parent 1672cf0 commit 245a9df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ dockers:
1919
- goos: linux
2020
goarch: amd64
2121
image_templates:
22-
- "{{.Env.REGISTRY}}/hellofresh/kangal:latest"
23-
- "{{.Env.REGISTRY}}/hellofresh/kangal:{{.Tag}}"
22+
- "ghcr.io/hellofresh/kangal:latest"
23+
- "ghcr.io/hellofresh/kangal:{{.Tag}}"
2424
dockerfile: Dockerfile
2525
extra_files:
2626
- openapi.json

0 commit comments

Comments
 (0)