0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-09-20 01:22:45 +02:00

Remove 17.10 build tag.

This commit is contained in:
Bradley Weston 2018-01-23 18:47:00 +00:00
parent 6207bb9d85
commit e6d7090917

View File

@ -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: