Skip to content

Release 3516

Choose a tag to compare

@github-actions github-actions released this 12 Jun 08:51
ed0cf97

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