Continuous Integration and Deployment of Docker Images using GitHub Actions

This page summarizes the projects mentioned and recommended in the original post on /r/docker

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

    gradle plugin that defines automatically project version using jgitver

  • For automatic versioning, I use - https://github.com/jgitver/gradle-jgitver-plugin . So you don't need to manage/update the version number. It will automatically infer (in a consistent manner) from git info.

  • gradle-release

    gradle-release is a plugin for providing a Maven-like release process for projects using Gradle

  • For a maven release like workflow with auto version update (like you described), try https://github.com/researchgate/gradle-release

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

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

  • gitops-demo-app1

    Discontinued First demo app for gitops demo

  • https://github.com/myspotontheweb/gitops-demo-app1/blob/main/.github/workflows/ci.yml#L25-L49

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