Have tag match docker version

This commit is contained in:
Jacob McCann 2017-05-02 10:20:45 -05:00
parent a79f7bf690
commit 1ba685f481
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ pipeline:
publish:
image: plugins/docker
repo: plugins/docker
tags: [ "latest", "1.13", "1" ]
tags: [ "latest", "17", "17.04" ]
when:
branch: master
event: push