Closed eguzki closed 3 months ago
circleci machine image ubuntu-2004:202201-02 is being deprecated https://discuss.circleci.com/t/linux-image-deprecations-and-eol-for-2024/50177
ubuntu-2004:202201-02
Create tag following /^v.*/ regexp, and circleci should push image to quay.io.
/^v.*/
I added custom (temporary) tag v0.9.1-this-is-a-test and circleci job succeeded.
v0.9.1-this-is-a-test
will delete temporary tag(s) when the PR is merged.
What
circleci machine image
ubuntu-2004:202201-02
is being deprecated https://discuss.circleci.com/t/linux-image-deprecations-and-eol-for-2024/50177Verification steps
Create tag following
/^v.*/
regexp, and circleci should push image to quay.io.I added custom (temporary) tag
v0.9.1-this-is-a-test
and circleci job succeeded.