Skip to content

Commit 0fea106

Browse files
authored
Merge branch 'BE/test' into BE/dev
2 parents a1281bd + ffe9a94 commit 0fea106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/be_cd-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
- name: remove old spring-app image
113113
run: |
114-
sudo docker image rm -f ${{ secrets.DOCKER_REPO_NAME }}/springboot-app;
114+
sudo docker image rm -f ${{ secrets.DOCKER_REPO_NAME }}/springboot-app:test-latest;
115115
116116
- name: Start the new (green/blue) environment
117117
run: |
@@ -195,7 +195,7 @@ jobs:
195195
196196
- name: remove old spring-app image
197197
run: |
198-
sudo docker image rm -f ${{ secrets.DOCKER_REPO_NAME }}/springboot-app;
198+
sudo docker image rm -f ${{ secrets.DOCKER_REPO_NAME }}/springboot-app:test-latest;
199199
200200
- name: Start the new (green/blue) environment
201201
run: |

0 commit comments

Comments
 (0)