-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GHCR #12
GHCR #12
Conversation
Quality Gate passedIssues Measures |
@@ -27,7 +27,7 @@ jobs: | |||
uses: docker/metadata-action@v3 | |||
with: | |||
images: | | |||
ghcr.io/statevoicesnational/spoke | |||
ghcr.io/moveonorg/moveon-spoke |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Navigating to ghcr.io/moveonorg/moveon-spoke I get a 404, but ghcr.io/moveonorg/spoke works – is that what it should be?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Pasting here for visibility to the open-source community]
The ghcr.io/moveonorg/moveon-spoke URL should exist once the branch is merged into main
since the workflow is run when a push is made on the main
branch. I had to create a new ghcr.io/moveonorg/moveon-spoke URL and could not longer push to the old ghcr.io/moveonorg/spoke URL (403 forbidden error). I believe it's because this MoveOnOrg/Spoke is actually a new forked repo from the StateVoicesNational/Spoke repo, so lost the permissions to push to ghcr.io/moveonorg/spoke
Description
StateVoices currently doesn't have GHCR set up on their GitHub organization, so the GH Action to build a Spoke Docker image fails.
Since MoveOn has their own separate branch, we should be pushing to our own GHCR anyway, not overwriting StateVoices every time we do a push on
main
.Checklist: