HDDS-1565. Rename k8s-dev and k8s-dev-push profiles to docker and docker-push.

Closes: #840
This commit is contained in:
Márton Elek 2019-05-21 17:57:24 +02:00
parent 9f0d3412f8
commit 06fa4d2764
No known key found for this signature in database
GPG Key ID: D51EA8F00EE79B28
1 changed files with 2 additions and 2 deletions

View File

@ -286,7 +286,7 @@
</dependencies>
<profiles>
<profile>
<id>k8s-dev</id>
<id>docker-build</id>
<properties>
<docker.image>${user.name}/ozone:${project.version}</docker.image>
</properties>
@ -321,7 +321,7 @@
</build>
</profile>
<profile>
<id>k8s-dev-push</id>
<id>docker-push</id>
<build>
<plugins>
<plugin>