Release 3516
Context
The validate infra workflow is producing a false positive result on the docker image as it's using the full sha instead of the sha tag created during deployment.
Changes proposed in this pull request
Correction to the Makefile to eliminate false positive changes in the docker image.
ci and terraform-init changed to calculate the correct docker image to use in the terraform-plan.
Guidance to review
This can only be tested by merging to main and running the workflow.
Link to Trello card
https://trello.com/c/p76gfyrn/2683-schedule-validate-infra-workflow
Checklist
- Attach to Trello card
- Rebased main
- Cleaned commit history
- Tested by running locally