Skip to content

Commit 5479923

Browse files
committed
ci: ensure provider templates have correct image URL
1 parent 205f8e8 commit 5479923

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
go-version: ${{ env.go_version }}
2929
- name: generate release artifacts
3030
run: |
31-
make release
31+
PROD_REGISTRY="ghcr.io/mesosphere/cluster-api-provider-vsphere" make release
3232
- name: generate release notes
3333
run: |
3434
make generate-release-notes

0 commit comments

Comments
 (0)