-
Notifications
You must be signed in to change notification settings - Fork 1
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
ci: docker image not built for release tags #14
Comments
@galargh are you able to set (my understanding is that is why tag created by CI job does not trigger workflow on that tag -- by default job cant trigger other jobs, but if custom token is used, then it works again) |
Token set, let's wait for next release.
|
https://github.com/ipshipyard/p2p-forge/releases/tag/v0.2.0 did not trigger https://github.com/ipshipyard/p2p-forge/actions/workflows/docker.yml, I had to manually dispatch it (https://github.com/ipshipyard/p2p-forge/actions/runs/12418821850). Fix in #27 Keeping this open until the next release. |
Problem
CI job is not triggered on tag creation due to github's limitation, so we don't have
ghcr.io/ipshipyard/p2p-forge:v0.1.0
Potential fix is to use PAT from a bot that has write permission to this repo.
Workaround for now
We have images for commit in main branch (
ghcr.io/ipshipyard/p2p-forge:main-2024-11-27-a588b19
matching tagv0.1.0
) as a workaroundThe text was updated successfully, but these errors were encountered: