ci: update image tags to use 'latest_waf' for Docker builds and deployments #1917
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request updates the default Docker image tag used throughout the CI/CD workflows and infrastructure deployment scripts from latest to latest_waf. This ensures that all build, deployment, and infrastructure automation consistently reference the latest_waf image version by default, improving clarity and alignment across environments.
CI/CD workflow updates:
.github/workflows/build-docker.ymland.github/workflows/ci.yml. This ensures that images built and pushed from the main branch or scheduled events use latest_waf as the tag. [1] [2]Infrastructure deployment updates:
appversionparameter ininfra/main.bicepto latest_waf, and made it configurable via a parameter.appversionparameter in bothinfra/main.parameters.jsonandinfra/main.waf.parameters.jsonto use the latest_waf image tag from the environment variable, ensuring deployments use the correct image version. [1] [2]Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information