Skip to content

Commit 6a031a0

Browse files
authored
build: Fix release image repository (#337)
1 parent 21ece85 commit 6a031a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ kos:
107107
platforms:
108108
- linux/amd64
109109
- linux/arm64
110-
repository: '{{ envOrDefault "KO_DOCKER_REPO" "ghcr.io/d2iq-labs/capi-runtime-extensions" }}'
110+
repository: ghcr.io/d2iq-labs/capi-runtime-extensions
111111
bare: true
112112
tags:
113113
- v{{trimprefix .Version "v"}}

0 commit comments

Comments
 (0)