We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1281bd + ffe9a94 commit 0fea106Copy full SHA for 0fea106
.github/workflows/be_cd-test.yml
@@ -111,7 +111,7 @@ jobs:
111
112
- name: remove old spring-app image
113
run: |
114
- sudo docker image rm -f ${{ secrets.DOCKER_REPO_NAME }}/springboot-app;
+ sudo docker image rm -f ${{ secrets.DOCKER_REPO_NAME }}/springboot-app:test-latest;
115
116
- name: Start the new (green/blue) environment
117
@@ -195,7 +195,7 @@ jobs:
195
196
197
198
199
200
201
0 commit comments