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

add workflow to publish docker image #369

Merged
merged 23 commits into from
Oct 4, 2024
Merged

add workflow to publish docker image #369

merged 23 commits into from
Oct 4, 2024

Conversation

keski
Copy link
Collaborator

@keski keski commented Oct 3, 2024

This workflow is triggered when a release is published, and builds and publishes the corresponding docker image in ghcr.io with the tag latest as well as any tags provided for the release.

@keski keski linked an issue Oct 3, 2024 that may be closed by this pull request
@keski
Copy link
Collaborator Author

keski commented Oct 3, 2024

There was a lot of trial and error to get this working correctly. In the end, it turns out that a workflow in a feature branch does not checkout the main branch by default, which made me question my sanity for a while... Anyways, all the commits should be squashed for readability.

@hartig hartig merged commit 4102798 into main Oct 4, 2024
@hartig hartig deleted the 364-publish-docker-image branch October 4, 2024 06:02
@hartig
Copy link
Member

hartig commented Oct 4, 2024

Thanks! I have squashed the commits during merge.

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 this pull request may close these issues.

publish docker image
2 participants