Set 'latest' tag on every push to Docker Hub
Set a tag latest
on every push to Docker Hub. This way, latest
always points to the most recent version of the Git master
branch.
Not that the tag latest
used to point to the latest release! So this changes behavior!
A new tag stable
has been introduced, which is a substitute for the old latest
tag. It can be set by manually running the job deploy_docker_tag_stable
, and should point to the latest release.
Closes RAP-524