Skip to content

Commit 007a70f

Browse files
committed
fixing maven poms
1 parent c0884fb commit 007a70f

File tree

1 file changed

+1
-1
lines changed
  • samples/spring-fibonacci-action

1 file changed

+1
-1
lines changed

samples/spring-fibonacci-action/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212

1313
<!-- TODO Update to your own Docker repository or Docker Hub scope -->
14-
<dockerImage>aludwiko/${project.artifactId}</dockerImage>
14+
<dockerImage>my-docker-repo/${project.artifactId}</dockerImage>
1515
<dockerTag>${project.version}-${build.timestamp}</dockerTag>
1616
<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
1717
<mainClass>com.example.Main</mainClass>

0 commit comments

Comments
 (0)