A test that fails one run in twenty trains the team to re-run the pipeline, and once that habit exists a real failure is re-run too. Quarantining without…
Apple Silicon arrived in November and a team suddenly has two architectures, which means an image built on a laptop may not run on the server. The arm64…
Five workflows repeating the same eight setup steps is five places to update, and reusable workflows do not exist yet — a composite action is what does. shell:…
uses: some/action@v2 resolves a tag, and a tag is a mutable pointer — so the code running in your pipeline can change without anything in your repository changing.…
Passing a private repository token as a build argument writes it into the image history, where docker history reads it back out for anyone who can pull the…