Automate Docker Image Builds and Push to Docker Hub Using GitHub Actions 🐳🐙

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • checkout

    Action for checking out a repo

  • Check out the repo: We will use the actions/checkout action to checkout the repository.

  • setup-buildx-action

    GitHub Action to set up Docker Buildx

  • Set up Docker Buildx: We will use the docker/setup-buildx-action action to set up Docker Buildx.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • login-action

    GitHub Action to login against a Docker registry

  • Log in to Docker Hub: We will use the docker/login-action action to log in to Docker Hub. We will use the following inputs:

  • metadata-action

    GitHub Action to extract metadata (tags, labels) from Git reference and GitHub events for Docker

  • Extract metadata (tags, labels) for Docker: We will use the docker/metadata-action action to extract the metadata for the Docker image. We will use the following inputs:

  • hub-feedback

    Feedback and bug reports for the Docker Hub

  • Docker Hub

  • fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  • This repository contains code for asynchronous example api using the Fast Api framework ,Uvicorn server and Postgres Database to perform crud operations on notes.

  • build-push-action

    GitHub Action to build and push Docker images with Buildx

  • Build and push Docker image: We will use the docker/build-push-action action to build and push the Docker image to Docker Hub. We will use the following inputs:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Fast-Api-Vue

    Simple asynchronous API implemented with Fast-Api framework utilizing Postgres as a Database and SqlAlchemy as ORM . GiHub Actions as CI/CD Pipeline. Vue + Daisy UI for the frontend

  • View on GitHub

  • Fast-Api-example

    Simple asynchronous API implemented with Fast-Api framework utilizing Postgres as a Database and SqlAlchemy as ORM . GitHub Actions as CI/CD Pipeline

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

  • Dockerize and Deploy a NodeJS Application to Cloud Run with GitHub Actions

    3 projects | dev.to | 5 Oct 2023
  • Automating Tag Creation, Release, and Docker Image Publishing with GitHub Actions

    5 projects | dev.to | 26 Jul 2023
  • Where do you commit files for containers that run CI scripts?

    1 project | /r/devops | 29 Mar 2023
  • One Dockerfile is all it takes, falling in love with bake

    5 projects | dev.to | 16 Jan 2023
  • Building with Qemu via Github Actions taking forever. What other options are there?

    3 projects | /r/docker | 1 Dec 2022