Tag: GitHub Actions
Browse all articles, tutorials, and guides about GitHub Actions
Posts
⌘K
DevOps
2025-01-24|14 min read
GitOps: Deploy Docker Containers with GitHub Actions and ArgoCD
Learn how to implement a modern GitOps workflow for Docker deployments. This guide covers building images with GitHub Actions, pushing to container registries, and automated deployments with ArgoCD.
CI/CD
2024-11-18|7 min read
The GitHub Actions Workflow That Eliminated Our DevOps Bottleneck
How we reduced deployment time from 2 hours to 8 minutes using smart GitHub Actions patterns and parallel execution strategies.