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

How to do specify ghcr.io image at repo root? #49

Open
MikaelElkiaer opened this issue Jan 30, 2023 · 0 comments
Open

How to do specify ghcr.io image at repo root? #49

MikaelElkiaer opened this issue Jan 30, 2023 · 0 comments

Comments

@MikaelElkiaer
Copy link
Contributor

I have a repo myorg/myrepo and want to push an image ghcr.io/myorg/myrepo:1.0.0.

However, specifying registry: ghcr.io and image: "" yields an error, since the resulting image is tagged with ghcr.io/myorg/myrepo/:1.0.0.

Setting a value for image will only append that to the repo name, e.g. image: "myrepo" yields the tag ghcr.io/myorg/myrepo/myrepo:1.0.0.

Is there a way to not set an image name, and keep it as repo root, specifically for ghcr?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant