Skip to content

Commit 94c3aa7

Browse files
committed
fix image path
1 parent f3a7cf5 commit 94c3aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
# Update image tag
4646
cd config/manager
47-
kustomize edit set image controller="netbox-operator:${{inputs.version}}"
47+
kustomize edit set image controller="ghcr.io/${{ github.repository_owner }}/netbox-operator:${{inputs.version}}"
4848
cd ../..
4949
5050
- name: Generate release notes for changelog

0 commit comments

Comments
 (0)