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 a GitHub Action for checking and building prs #149

Closed
wants to merge 3 commits into from

Conversation

CalebBassham
Copy link
Contributor

@CalebBassham CalebBassham commented Oct 23, 2023

This should work as a replacement to TravisCI. It doesn't do the deployment part of course because I'm not really sure what that travis file is doing right now for deployments and it is harder for me to test.

Added a deployment action... can't test and the tagging scheme for the platforms is slightly different I think. Basically... it is a starting point. I Probably won't be able to get this pr fully across the finish line alone.

username: ${{ secrets.CONTAINER_REGISTRY_USER }}
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}

- uses: docker/build-push-action@v5
Copy link
Member

Choose a reason for hiding this comment

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

This probably doesn't work because the current docker/Dockerfile doesn't build the binary. I can add this to my to-do list, but it may have to wait until the end of next week.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No rush. I was just trying to give you a bit of a head start since I have a little experience with Actions.

@jmattheis jmattheis mentioned this pull request Mar 7, 2024
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.

2 participants