From: Cooper Lees Date: Wed, 28 Apr 2021 03:10:44 +0000 (-0700) Subject: Add automatic version tagging to Docker CI Pushes (#2132) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/04fd4432f6c6007e419d7174930569a75ea60fed?hp=04fd4432f6c6007e419d7174930569a75ea60fed Add automatic version tagging to Docker CI Pushes (#2132) * Add automatic version tagging to Docker Uploads - If the git comment has a tag, set that on the docker images pushed - If we don't have a tag, we just set `latest_non_release` * Add trigger on release creation too * Make prettier happy omn docker.yml ---