Skip push package to GitHub Container Registry #409
Labels
bug
Something isn't working
deployment
Changes to the deployment or CI/CD configuration
high priority
Needs focus/attention as soon as possible
In the GitHub workflow to check that the container build correctly, the docker build-push action is used. The push flag should be set to
false
if the PR is being made from a repository forked from the main project. Pushing will always fail because forked repositories do not have access to push to the GHCR.Although this will be a limitation on the efficacy of the check/test, there is no full solution. The build check will still occur and any issues with pushing to the GHCR will present themselves after the PR is merged.
The text was updated successfully, but these errors were encountered: