diff --git a/ozgcloud-common-parent/pom.xml b/ozgcloud-common-parent/pom.xml index 8b30345544a6443d1105a8b467bc0a9e90ff812a..c46d119654cac1d881b79c6d4b5884a8965d480d 100644 --- a/ozgcloud-common-parent/pom.xml +++ b/ozgcloud-common-parent/pom.xml @@ -210,12 +210,22 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> + <profiles> + <profile>local</profile> + </profiles> <image> <env> <BPE_DELIM_JAVA_TOOL_OPTIONS xml:space="preserve"> </BPE_DELIM_JAVA_TOOL_OPTIONS> <BPE_APPEND_JAVA_TOOL_OPTIONS>-Dfile.encoding=UTF-8</BPE_APPEND_JAVA_TOOL_OPTIONS> </env> </image> + <docker> + <publishRegistry> + <username>${docker.publishRegistry.username}</username> + <password>${docker.publishRegistry.password}</password> + <url>${docker.publishRegistry.url}</url> + </publishRegistry> + </docker> </configuration> <executions> <execution>