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 docker support #1

Merged
merged 1 commit into from
Feb 20, 2021
Merged

Add docker support #1

merged 1 commit into from
Feb 20, 2021

Conversation

ablyler
Copy link
Contributor

@ablyler ablyler commented Feb 19, 2021

This adds a docker image and also enabled GitHub to build and push the image to docker hub. The following secrets need to be added to the repo in order for this to work:

  • DOCKER_USERNAME Docker Hub Username
  • DOCKER_PASSWORD Docker Hub Password

This will enable docker image builds for multiple platforms:

  • linux/amd64
  • linux/arm64
  • linux/386
  • linux/arm/v7
  • linux/arm/v6

@cdzombak
Copy link
Owner

Thanks, @ablyler. I have never set up GitHub actions or actually pushed anything to Docker Hub, so this should be a learning experience…

@cdzombak cdzombak merged commit 76beca9 into cdzombak:main Feb 20, 2021
@ablyler ablyler deleted the docker branch February 21, 2021 02:20
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.

None yet

2 participants