3scale / apicast-operator

Apache License 2.0
9 stars 15 forks source link

circleci: update ubuntu base image to ubuntu-2404:current #222

Closed eguzki closed 3 months ago

eguzki commented 3 months ago

What

circleci machine image ubuntu-2004:202201-02 is being deprecated https://discuss.circleci.com/t/linux-image-deprecations-and-eol-for-2024/50177

Verification 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.

eguzki commented 3 months ago

will delete temporary tag(s) when the PR is merged.