Skip to content

Commit fcb2149

Browse files
committed
Change docker image name to stavshamir/springwolf-app
1 parent 8a6ae84 commit fcb2149

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ docker {
4242
maintainer = 'shamir.stav@gmail.com'
4343
baseImage = 'amazoncorretto:11-alpine'
4444
ports = [8080]
45-
images = ["springwolf/springwolf-app:${project.version}"]
45+
images = ["stavshamir/springwolf-app:${project.version}"]
4646
jvmArgs = ['-Dspring.profiles.active=docker']
4747
}
4848

examples/ampq/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
app:
4-
image: springwolf/springwolf-app:0.0.1
4+
image: stavshamir/springwolf-app:0.0.1
55
links:
66
- amqp
77
volumes:

examples/kafka/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
app:
5-
image: springwolf/springwolf-app:0.0.1
5+
image: stavshamir/springwolf-app:0.0.1
66
links:
77
- kafka
88
volumes:

0 commit comments

Comments
 (0)