HDDS-1565. Rename k8s-dev and k8s-dev-push profiles to docker and docker-push.
Closes: #840
This commit is contained in:
parent
9f0d3412f8
commit
06fa4d2764
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue