-
Notifications
You must be signed in to change notification settings - Fork 11
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
Publish docker images with labels #456
Publish docker images with labels #456
Conversation
Pull Request Test Coverage Report for Build 7464814675
💛 - Coveralls |
What is the metadata-action used for? (comparing against https://github.com/ephios-dev/ephios/blob/main/.github/workflows/docker.yml). And you probably need the permission stuff to write packages as well |
Ok, the ephios action looks good. How do you use it? Do you create releases via github and then manually start the workflow or do you create tags via git locally and then push them to trigger it? I think it would be best if it automatically ran on release (https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release) but I'm not sure if we have the metadata available there. |
We create releases in the GitHub webinterface, and this automatically triggers the workflow and creates the correctly tagged packages (https://github.com/ephios-dev/ephios/pkgs/container/ephios) |
Ok, so just replace the current action with the ephios workflow file? |
Possibly Fix #426
Based on https://stackoverflow.com/questions/66017161/add-a-tag-to-a-docker-image-if-theres-a-git-tag-using-github-action