spotify / docker-maven-plugin

INACTIVE: A maven plugin for Docker
Apache License 2.0
2.66k stars 575 forks source link

docker-maven-plugin skipDockerPush property is setting skipDockerBuild = true #391

Closed mgingell closed 6 years ago

mgingell commented 6 years ago

Description

skipDockerPush enables skipDockerBuild

How to reproduce

mvn deploy -DskipDockerPush

What do you expect

In versions <= 1.0.0, the expected behaviour occurred, i.e. the image would get built but not pushed

What happened instead

In versions > 1.0.0, the image did not get built

Software:

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.