You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#6396 refactoring docker CI by not upload the artifact but directly push image to ghcr.io registry, which accelerate the CI time a lot.
However, push to ghcr.io requires the write permission of GITHUB_TOKEN which is not available for the PR from forked repo. Thus it unfortunately cut the feature to have the built image tested from forked repo which can grab some issue as manifested and fixed in #6445
The text was updated successfully, but these errors were encountered:
#6396 refactoring docker CI by not upload the artifact but directly push image to ghcr.io registry, which accelerate the CI time a lot.
However, push to ghcr.io requires the write permission of
GITHUB_TOKEN
which is not available for the PR from forked repo. Thus it unfortunately cut the feature to have the built image tested from forked repo which can grab some issue as manifested and fixed in #6445The text was updated successfully, but these errors were encountered: