Skip to content

Commit 2fb1ec2

Browse files
committed
fix: Push to dockerhub profile 8οΈβƒ£πŸ«ΈπŸŒ€βœοΈπŸ“—πŸ§πŸ³
1 parent ac1d24f commit 2fb1ec2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

β€Žpom.xmlβ€Ž

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010
</parent>
1111
<groupId>id.my.hendisantika</groupId>
1212
<artifactId>docker-without-docker</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
13+
<version>0.0.1</version>
1414
<name>spring-boot-docker-without-docker</name>
1515
<description>spring-boot-docker-without-docker</description>
1616
<properties>
1717
<java.version>23</java.version>
1818
<start-class>id.my.hendisantika.dockerwithoutdocker.SpringBootDockerWithoutDockerApplication</start-class>
1919
<app.image.name>springboot-jib</app.image.name>
20-
<app.image.tag/>
2120
</properties>
2221
<dependencies>
2322
<dependency>
@@ -158,7 +157,7 @@
158157
<version>3.4.4</version>
159158
<configuration>
160159
<from>
161-
<image>openjdk:21</image>
160+
<image>amazoncorretto:23-alpine3.21</image>
162161
</from>
163162
<container>
164163
<ports>
@@ -185,7 +184,7 @@
185184
<phase>package</phase>
186185
<configuration>
187186
<to>
188-
<image>docker.io/hendisantika/${app.image.name}:${app.image.tag}</image>
187+
<image>docker.io/hendisantika/${app.image.name}:${project.version}</image>
189188
</to>
190189
</configuration>
191190
<goals>

0 commit comments

Comments
Β (0)