From Commit to Registry: A Guide to Automate Docker Image Builds with Github Actions

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • docker-build-github-actions

    A repo containing a simple workflow to build the docker image for multi platform/OS (linux/amd64,linux/arm64,linux/arm/v7) using Github Actions and then push it to Dockerhub

  • The Dockerfile I have used for this Github Action was a simple Golang HTTP Server. You can checkout the entire code here

  • hub-feedback

    Feedback and bug reports for the Docker Hub

  • A Docker Hub account: In order to push your images to Docker Hub, you will need to have an account and be logged in.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • A Github account: In order to use Github Actions, you will need to have a Github account and be able to access the repository where you want to set up the automation.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts