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

Build xmtpd docker image and push to ghcr #108

Merged
merged 1 commit into from
Aug 12, 2024
Merged

Conversation

mkysel
Copy link
Collaborator

@mkysel mkysel commented Aug 12, 2024

Builds the xmtpd docker image and pushes it to GHCR.

Based on libxmtp.
The notable difference is that it also builds the image (but does not push) on PRs. Useful for CI.

The resulting image example can already be seen here

Fixes #104

@mkysel mkysel marked this pull request as ready for review August 12, 2024 17:15
with:
context: .
file: ./dev/docker/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice touch

@mkysel mkysel merged commit cede9ed into main Aug 12, 2024
3 checks passed
@mkysel mkysel deleted the mkysel/build-xmtpd-docker branch August 12, 2024 18:02
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