Closed jonashendrickx closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 35.15%. Comparing base (
e279fcf
) to head (0ddefa7
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Ticket
Description
When we pull Docker images, we would expect to have
latest
always reflect a stable release or production release by default. Now, the latest tag seems to pull any image that is in the main branch or in QA testing.I've changed the behavior to below, so people can still continue testing the latest
qa
ordev
build separately. While the latest production release will carry the tagslatest
andstable
in addition to their respective build numbers.push to main
->dev
prerelease release
->qa
release
->latest
&stable
Shape
Screenshots
Checklist
I did the following to ensure that my changes were tested thoroughly:
I did the following to ensure that my changes do not introduce security vulnerabilities: