Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

# Update image tag
cd config/manager
kustomize edit set image controller="netbox-operator:${{inputs.version}}"
kustomize edit set image controller="ghcr.io/${{ github.repository_owner }}/netbox-operator:${{inputs.version}}"
cd ../..

- name: Generate release notes for changelog
Expand Down
Loading