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

Automated docker build for DockerHub #49

Merged
merged 2 commits into from
Sep 26, 2022

Conversation

arghyadipchak
Copy link
Contributor

Docker image is built using GitHub Actions and pushed to DockerHub.

Following Actions Secrets are required for GitHub Action to run:

  • DOCKERHUB_REPO (e.g. arghyadipchak/microbin)
  • DOCKERHUB_USERNAME (e.g. arghyadipchak)
  • DOCKERHUB_TOKEN (DockerHub Token/Password)

@arghyadipchak
Copy link
Contributor Author

Also there are 2 things I thought I should mention:

  • linux/arm/v7 doesn't work as of now due to some bug, hopefully it will be fixed soon
  • buildx is really slow with qemu, so it takes more than an hour to build images

@szabodanika
Copy link
Owner

Actions cannot read the secrets for some reason, going to merge PR to see if it works after that.

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