Skip to content

Commit 2c41c42

Browse files
committed
change the docker image name
1 parent e570dbe commit 2c41c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
run: docker rm -f springboot-fitness-tracking-app-container
4242

4343
- name: Run Docker Container
44-
run: docker run -d -p 8080:8080 --restart always --name springboot-fitness-tracking-app-container subproblem/simple-api:latest
44+
run: docker run -d -p 8080:8080 --restart always --name springboot-fitness-tracking-app-container subproblem/fitness-tracking-app:latest

0 commit comments

Comments
 (0)