Remove 17.10 build tag.
This commit is contained in:
parent
6207bb9d85
commit
e6d7090917
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user