Docker Multi-Stage Builds2021 February 6·3 minsprogramming Docker CI DevOpsAt work, we’re using Docker multi-stage builds to get smaller image sizes. I thought I’d try it out with a small learning project.
Empty Git Commits2019 September 18·1 minprogramming git CI DevOpsSome build pipelines have steps which are only triggered if a certain phrase is contained in the commit message. The problem is sometimes e.