File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
graphql-jpa-query-example Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 51
51
<groupId >com.spotify</groupId >
52
52
<artifactId >docker-maven-plugin</artifactId >
53
53
<version >0.4.14</version >
54
+ <executions >
55
+ <execution >
56
+ <id >build-image</id >
57
+ <phase >package</phase >
58
+ <goals >
59
+ <goal >build</goal >
60
+ </goals >
61
+ </execution >
62
+ <execution >
63
+ <id >push-image</id >
64
+ <phase >deploy</phase >
65
+ <goals >
66
+ <goal >push</goal >
67
+ </goals >
68
+ <configuration >
69
+ <pushImage >true</pushImage >
70
+ </configuration >
71
+ </execution >
72
+ </executions >
54
73
<configuration >
55
74
<serverId >docker-hub</serverId >
56
75
<registryUrl >https://index.docker.io/v1/</registryUrl >
57
76
<imageName >introproventures/${project.artifactId} </imageName >
58
- <dockerDirectory >src/main/docker</dockerDirectory >
77
+ <dockerDirectory >${project.basedir} / src/main/docker</dockerDirectory >
59
78
<resources >
60
79
<resource >
61
80
<targetPath >/</targetPath >
You can’t perform that action at this time.
0 commit comments