]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add automatic version tagging to Docker CI Pushes (#2132)
authorCooper Lees <me@cooperlees.com>
Wed, 28 Apr 2021 03:10:44 +0000 (20:10 -0700)
committerGitHub <noreply@github.com>
Wed, 28 Apr 2021 03:10:44 +0000 (20:10 -0700)
commit04fd4432f6c6007e419d7174930569a75ea60fed
tree19c880337940e127a4e813ead2cab0e4f8b091e4
parentad1696422b7343a0cfea3c4b304e6acfa15d3cff
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
.github/workflows/docker.yml