diff --git a/.drone.yml b/.drone.yml index 9848b66..31c33a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: