Skip to content

Commit

Permalink
build($DockerHub): change DockerHub repository name
Browse files Browse the repository at this point in the history
Before:
ijohnnymiller/muscle-and-fitness-server/api-portal_dev_dkr
After:
ijohnnymiller/muscle-and-fitness-server.api-portal_dev_dkr

BREAKING CHANGE: change DockerHub repository name
  • Loading branch information
johnnymillergh committed May 19, 2020
1 parent 4f65ad7 commit b6067aa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api-portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<image>openjdk:11.0.6-slim</image>
</from>
<to>
<image>docker.io/ijohnnymiller/${parent.artifactId}/${project.artifactId}-${envAlias}</image>
<image>docker.io/ijohnnymiller/${parent.artifactId}.${project.artifactId}-${envAlias}</image>
<tags>
<tag>${project.version}</tag>
</tags>
Expand Down
2 changes: 1 addition & 1 deletion auth-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<image>openjdk:11.0.6-slim</image>
</from>
<to>
<image>docker.io/ijohnnymiller/${parent.artifactId}/${project.artifactId}-${envAlias}</image>
<image>docker.io/ijohnnymiller/${parent.artifactId}.${project.artifactId}-${envAlias}</image>
<tags>
<tag>${project.version}</tag>
</tags>
Expand Down
2 changes: 1 addition & 1 deletion exercise-mis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<image>openjdk:11.0.6-slim</image>
</from>
<to>
<image>docker.io/ijohnnymiller/${parent.artifactId}/${project.artifactId}-${envAlias}</image>
<image>docker.io/ijohnnymiller/${parent.artifactId}.${project.artifactId}-${envAlias}</image>
<tags>
<tag>${project.version}</tag>
</tags>
Expand Down
2 changes: 1 addition & 1 deletion gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<image>openjdk:11.0.6-slim</image>
</from>
<to>
<image>docker.io/ijohnnymiller/${parent.artifactId}/${project.artifactId}-${envAlias}</image>
<image>docker.io/ijohnnymiller/${parent.artifactId}.${project.artifactId}-${envAlias}</image>
<tags>
<tag>${project.version}</tag>
</tags>
Expand Down
2 changes: 1 addition & 1 deletion muscle-mis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<image>openjdk:11.0.6-slim</image>
</from>
<to>
<image>docker.io/ijohnnymiller/${parent.artifactId}/${project.artifactId}-${envAlias}</image>
<image>docker.io/ijohnnymiller/${parent.artifactId}.${project.artifactId}-${envAlias}</image>
<tags>
<tag>${project.version}</tag>
</tags>
Expand Down
2 changes: 1 addition & 1 deletion service-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<image>openjdk:11.0.6-slim</image>
</from>
<to>
<image>docker.io/ijohnnymiller/${parent.artifactId}/${project.artifactId}-${envAlias}</image>
<image>docker.io/ijohnnymiller/${parent.artifactId}.${project.artifactId}-${envAlias}</image>
<tags>
<tag>${project.version}</tag>
</tags>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<image>openjdk:11.0.6-slim</image>
</from>
<to>
<image>docker.io/ijohnnymiller/${parent.artifactId}/${project.artifactId}-${envAlias}</image>
<image>docker.io/ijohnnymiller/${parent.artifactId}.${project.artifactId}-${envAlias}</image>
<tags>
<tag>${project.version}</tag>
</tags>
Expand Down

0 comments on commit b6067aa

Please sign in to comment.