Automating Tag Creation, Release, and Docker Image Publishing with GitHub Actions

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • wallabag-kindle-consumer

    Send all articles with a certain tag from Wallabag to your kindle. (by natilou)

  • I'm currently working on the improvement of the wallabag-kindle-consumer service. Since the original repository hasn't been maintained, I decided to fork it. My first goal was to have an initial dev version (0.1.0) and a Docker image published on ghcr.io. Additionally, I wanted to automate the tag creation, the release of the service, and the process of building and publishing the Docker image using GitHub Actions.

  • release-please-action

    automated releases based on conventional commits

  • For automating releases based on conventional commits, I used the google-github-actions/release-please-action@v3 action.

  • 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

  • docker/login-action@v2 to login against a Docker registry.

  • metadata-action

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

  • docker/metadata-action@v4 to extract metadata (tags, labels) from Git reference and GitHub events for Docker.

  • build-push-action

    GitHub Action to build and push Docker images with Buildx

  • docker/build-push-action@v4 to build and push Docker images with Buildx.

  • 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
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