Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The container that this project is runs in now* uses the `latest`-tagged image from ECR. Our `build-and-push-image` action only tags its built image as `latest` if it's built from the latest commit on `main`**. This does mean that we can't deploy an arbitrary branch or commit, but since we only deploy to production, that _might not_ be a bad thing. At least, there seems to be plenty we can test locally before needing to deploy a change, we have tooling (#5) for error handling and reporting and there's no reason we can't practice something closer to trunk-based development going forward. *https://github.com/alphagov/govuk-helm-charts/blob/456388977d052d7d50c26f550e24fc11166149a4/charts/govuk-sli-collector/values.yaml#L10 **https://github.com/alphagov/govuk-infrastructure/blob/a046a2c0da8f002e9e4507cd9d14310f2c1669a9/.github/workflows/build-and-push-image.yml#L76
- Loading branch information