github-actions

GitHub Actions

Automate your workflow from idea to production.

Reusable GitHub Actions workflow YAML files for CI/CD pipelines - building Docker images, running tests, deploying to cloud providers, and managing secrets safely.

Configuration Recipes1

github-actionsYAMLintermediate
GitHub Actions: Build, Push Docker Image and Deploy

A complete CI/CD workflow that builds a Docker image on every push to main, pushes it to GitHub Container Registry (GHCR) and SSH-deploys to a production server using docker compose pull && up.

GitHub Actions · DevOps & CI/CD