Skip to content
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

Merged
merged 4 commits into from
Mar 8, 2024
Merged

GHCR #12

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/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/metadata-action@v3
with:
images: |
ghcr.io/statevoicesnational/spoke
ghcr.io/moveonorg/moveon-spoke

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?

Copy link
Author

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

tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand Down
Loading