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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. release-please-action

    Discontinued automated releases based on conventional commits [Moved to: https://github.com/googleapis/release-please-action] (by google-github-actions)

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

  4. login-action

    GitHub Action to login against a Docker registry

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

  5. 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.

  6. 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.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • Fix InvalidParameterValueException for AWS Lambda docker images built by GitHub Actions

    1 project | dev.to | 31 Mar 2025
  • 1minDocker #13 - Push, build and dockerize with GitHub Actions

    7 projects | dev.to | 23 Jan 2025
  • My HNG Journey. Stage Four: Mastering Multi-Environment Deployments: A Deep Dive into CI/CD with Next.js, Docker, and Nginx

    1 project | dev.to | 3 Aug 2024
  • Dockerize and Deploy a NodeJS Application to Cloud Run with GitHub Actions

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

    1 project | /r/devops | 29 Mar 2023

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?