-
Notifications
You must be signed in to change notification settings - Fork 10
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] CI build fails in forks #47
Comments
We are getting there, but #48 did not solve the issue. Now we are getting a different error message in the repository forks:
|
It turns out that the docker/metadata-action action can handle repository naming. We just need to use it. Implemented in the following PR: |
Now the build is working in the fork repositories, but the image tagging is a bit off. I have created a new fix to tag the images build from main with latest: |
Now the tagging is also working. The image build from the main branch is tagged with latest. We might need a more sophisticated tagging and release process in the future, but for now the bare minimum should be fine. I have tested this in my own fork of the repository: See the following GitHub Actions run for details: |
Problem:
Solution:
The text was updated successfully, but these errors were encountered: