Skip to content

Commit

Permalink
Remove dockerAllPush task
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro committed Jan 3, 2019
1 parent 86a4ffd commit cfa1c4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ Tasks
* `dockerPush`: push the specified image to a docker repository
* `dockerPush<tag>`: push the `<tag>` docker image to a docker repository
* `dockerTagsPush`: push all tagged Docker images to configured Docker Hub
* `dockerAllPush`: push all tagged Docker images and named Docker image to configured Docker Hub
* `dockerPrepare`: prepare to build a docker image by copying
dependent task outputs, referenced files, and `dockerfile` into a temporary
directory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,6 @@ class PalantirDockerPlugin implements Plugin<Project> {
description = 'Pushes all tagged Docker images to configured Docker Hub.'
})

Task pushAll = project.tasks.create('dockerAllPush', {
group = 'Docker'
description = 'Pushes all tagged Docker images and named Docker image to configured Docker Hub.'
dependsOn push, pushAllTags
})

Zip dockerfileZip = project.tasks.create('dockerfileZip', Zip, {
group = 'Docker'
description = 'Bundles the configured Dockerfile in a zip file'
Expand Down

0 comments on commit cfa1c4e

Please sign in to comment.