Remove 17.10 build tag.
This commit is contained in:
parent
6207bb9d85
commit
e6d7090917
@ -13,7 +13,7 @@ pipeline:
|
|||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: plugins/docker
|
repo: plugins/docker
|
||||||
tags: [ "latest", "17", "17.10", "17.12" ]
|
tags: [ "latest", "17", "17.12" ]
|
||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
when:
|
when:
|
||||||
@ -23,7 +23,7 @@ pipeline:
|
|||||||
publish_heroku:
|
publish_heroku:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: plugins/heroku
|
repo: plugins/heroku
|
||||||
tags: [ "latest", "17", "17.10", "17.12" ]
|
tags: [ "latest", "17", "17.12" ]
|
||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
dockerfile: docker/heroku/Dockerfile
|
dockerfile: docker/heroku/Dockerfile
|
||||||
when:
|
when:
|
||||||
|
Loading…
Reference in New Issue
Block a user