Skip to content

vindaloo 4.2.0

Compare
Choose a tag to compare
@dundee dundee released this 03 Dec 16:49
· 12 commits to master since this release
4.2.0
  • added support for current git commit hash as image tag

E.g. using versions.json

{
  "test/foo": "{{git}}-dev"
}

vindaloo will replace the {{git}} placeholder with 8 letters of current git hash
resulting in e.g. test/foo:d6ee34ae-dev.