Remove 17.10 build tag.

This commit is contained in:
Bradley Weston 2018-01-23 18:47:00 +00:00
parent 6207bb9d85
commit e6d7090917
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ pipeline:
publish:
image: plugins/docker
repo: plugins/docker
tags: [ "latest", "17", "17.10", "17.12" ]
tags: [ "latest", "17", "17.12" ]
secrets: [ docker_username, docker_password ]
dockerfile: docker/Dockerfile
when:
@ -23,7 +23,7 @@ pipeline:
publish_heroku:
image: plugins/docker
repo: plugins/heroku
tags: [ "latest", "17", "17.10", "17.12" ]
tags: [ "latest", "17", "17.12" ]
secrets: [ docker_username, docker_password ]
dockerfile: docker/heroku/Dockerfile
when: