Skip to content

Commit

Permalink
Fix repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Dec 10, 2024
1 parent 2ea7398 commit 9dc913f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kos:
- "linux/arm64"
- "darwin/amd64"
- "darwin/arm64"
repository: "authzed/zed"
repository: "authzed"
tags:
- "latest"
- "v{{ .Version }}"
Expand All @@ -38,10 +38,10 @@ kos:
base_import_paths: true
- <<: *ko-defaults
id: "ghcr-build"
repository: "ghcr.io/authzed/zed"
repository: "ghcr.io/authzed"
- <<: *ko-defaults
id: "quay-build"
repository: "quay.io/authzed/zed"
repository: "quay.io/authzed"

archives:
- id: "main-archive"
Expand Down

0 comments on commit 9dc913f

Please sign in to comment.