Once loaded into Docker or Podman, tag the image as the latest.

[docker|podman] tag cagw/api:<VERSION> cagw/api:latest

We recommend tagging your images with the version information – for example:

$ docker tag localhost/cagw/api:3.2 cagw/api:latest