Skip to content

Clean up temporary tags afterwards

micah requested to merge docker_tags into main

If there was a push to main, build a container with the tag latest. If there was a tag pushed, then build a container with the container tag set to the git tag, additionally setting a stable` tag that matches.

Merge request reports