We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a7cf5 commit 94c3aa7Copy full SHA for 94c3aa7
.github/workflows/release.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
# Update image tag
46
cd config/manager
47
- kustomize edit set image controller="netbox-operator:${{inputs.version}}"
+ kustomize edit set image controller="ghcr.io/${{ github.repository_owner }}/netbox-operator:${{inputs.version}}"
48
cd ../..
49
50
- name: Generate release notes for changelog
0 commit comments