We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0884fb commit 007a70fCopy full SHA for 007a70f
samples/spring-fibonacci-action/pom.xml
@@ -11,7 +11,7 @@
11
<properties>
12
13
<!-- TODO Update to your own Docker repository or Docker Hub scope -->
14
- <dockerImage>aludwiko/${project.artifactId}</dockerImage>
+ <dockerImage>my-docker-repo/${project.artifactId}</dockerImage>
15
<dockerTag>${project.version}-${build.timestamp}</dockerTag>
16
<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
17
<mainClass>com.example.Main</mainClass>
0 commit comments