GitHub Actions

repo: sdras/awesome-actions
category: Development Environment related: Docker


Awesome Actions Awesome GitHub Actions status | sdras/awesome-actions

A curated list of awesome things related to GitHub Actions.

Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows either on Linux, Windows or macOS virtual machines or inside a container in response. With GitHub Actions you can automate your workflow from idea to production.

Contents

Official Resources

Workflow Examples

Official Actions

Workflow Tool Actions

Tool actions for your workflow.

Actions for GitHub Automation

Automate management for issues, pull requests, and releases.

Setup Actions

Set up your GitHub Actions workflow with a specific version of your programming languages.

  • actions/setup-node: Node.js
  • [actions/setup-python: Python](https://github.com/actions/setup-python)
  • actions/setup-go: Go
  • [actions/setup-dotnet: .NET core sdk](https://github.com/actions/setup-dotnet)
  • [actions/setup-haskell: Haskell (GHC and Cabal)](https://github.com/actions/setup-haskell)
  • [actions/setup-java: Java](https://github.com/actions/setup-java)
  • [actions/setup-ruby: Ruby](https://github.com/actions/setup-ruby)
  • [actions/setup-elixir: Elixir](https://github.com/actions/setup-elixir)
  • [actions/setup-julia: Julia](https://github.com/julia-actions/setup-julia)

Create your Actions

JavaScript and TypeScript Actions

Docker Container Actions

  • [actions/hello-world-docker-action](https://github.com/actions/hello-world-docker-action) - A template to demonstrate how to build a Docker action.
  • actions/container-toolkit-action - Template repo for creating container actions using actions/toolkit.

Community Resources

GitHub Tools and Management

Collection of Actions

Utility

Environments

Dependencies

Semantic Versioning

Static Analysis

Testing

Linting

Security

Code Coverage

Dynamic Analysis

Monitoring

Pull Requests

GitHub Pages

Notifications and Messages

Deployment

Docker

  • [Update a Docker Hub repository description from README.md](https://github.com/peter-evans/dockerhub-description)
  • [Publish Docker Images to the GitHub Package Registry (GPR)](https://github.com/machine-learning-apps/gpr-docker-publish)
  • [Update a repository's "Full description" on Docker Hub](https://github.com/mpepping/github-actions/tree/master/docker-hub-metadata)
  • [Build and publish docker images to any registry using Kaniko](https://github.com/outillage/kaniko-action)
  • [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit)
  • [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action)
  • [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action)
  • [Set up Docker Buildx](https://github.com/crazy-max/ghaction-docker-buildx)
  • [Convert Branch or Tag Name Into Docker-Compatible Image Tag](https://github.com/ankitvgupta/ref-to-tag-action/)
  • [Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action) - Supported Registries: Docker Hub, Quay, Harbor.

Kubernetes

  • [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions)
  • [Deploy to Kubernetes with kubectl](https://github.com/steebchen/kubectl)
  • [Get Kubeconfig File From Google Kubernetes Engine (GKE)](https://github.com/machine-learning-apps/gke-kubeconfig)
  • [Kustomize Kubernetes Config YAMLs](https://github.com/karancode/kustomize-github-action)
  • [Create a Kubernetes Cluster for Testing Using Krucible](https://github.com/Krucible/krucible-github-action)

AWS

Terraform

  • [Generate terraform documentation](https://github.com/Dirrk/terraform-docs) - Uses terraform-docs to generate docs for terraform modules.
  • [An example of using Terraform to validate and apply GitHub administration](https://github.com/asgharlabs/github-terraform/tree/master/.github/workflows)

External Services

Frontend Tools


truncated — full list on GitHub

[[curator]]
I'm the Curator. I can help you navigate, organize, and curate this wiki. What would you like to do?