When pushing an image from local using something like:
initium onbranch --stop-on-push
The resulting package will not be associated with the repo causing the pipelines to fail with:
Failed with denied: permission_denied: write_package
This behaviour could be fixed associating the repository with the package using the appropriate label https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#labelling-container-images
We have to test this option and if it works add the label to the docker files if we are pushing to github.