Skip to content

Commit

Permalink
[metrics-relay] Add docker publish instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Dec 11, 2023
1 parent b3dd290 commit 0412c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yupiik-batch-metrics-relay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@
<id>docker-jvm</id>
<build>
<plugins>
<!-- mvn jib:docker -Pdocker-jvm -->
<!-- mvn jib:dockerBuild -Pdocker-jvm to build in local docker registry -->
<!-- mvn jib:build -Pdocker-jvm -pl yupiik-batch-metrics-relay -Dimage.registry=docker.io/ossyupiik to publish to docker hub -->
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
Expand Down

0 comments on commit 0412c92

Please sign in to comment.