Recent Posts

TIL - Building Docker Images remotely in ACR

less than 1 minute read

Today I’ve learned that Azure Container Registry can build Docker images for you. Using az cli you’re sending Dockerfile and contents of folder you’re trying...

Github actions cancelled terraform jobs

less than 1 minute read

Today I’ve faced small but nasty bug in my Terraform solution. You can read about solution in Terraform vs Github Actions and Github actions matrix secrets a...

Github actions matrix secrets

1 minute read

My team is continuing migration to GitHub Actions, and one of the pipelines we are working on is Terraform validation pipeline. I’ve described this pipeline ...