alphagov / govuk-infrastructure

Terraform turnup automation for the EKS Kubernetes clusters that host GOV.UK. See https://github.com/alphagov/govuk-helm-charts for application config.
MIT License
138 stars 24 forks source link

Fix caching build issue on multi-image repos #1379

Closed dj-maisy closed 1 month ago

dj-maisy commented 1 month ago

What?

On some repos like on Licensify, we build multiple different container images. This has resulted in some "cache clash" and ended up in some builds failing due to artifacts getting mixed up across the different images.

Hopefully by adding an extra label to the cache key we can stop this from happening.