December 1, 2023

GitHub Action seeing dockerfile but no additional files or folders in the same location

Recently I was using the task docker/build-push-action@v2 to build and push docker image to Azure Container Registry, I encountered an error while using the task. The […]
September 16, 2023

Streamlining Multi-Component Deployments to Terraform Environments with GitHub Actions Matrices

Deploying resources in Azure often involves deploying multiple components to numerous environments, each with its own specific configuration. Managing this complexity efficiently can be challenging. However, […]
September 1, 2023

Configurations I recommend you setup to deploy your Terraform into Azure at scale using GitHub Actions

This blog post delves into the world of Terraform deployments in Microsoft Azure and explores how GitHub Actions can be harnessed to streamline the process, particularly […]