Skip to content

Commit

Permalink
fix: 테스트용 최신 도커 이미지 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
reddevilmidzy authored Dec 22, 2024
1 parent d3b9bb4 commit ffe9a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/be_cd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: remove old spring-app image
run: |
sudo docker image rm -f ${{ secrets.DOCKER_REPO_NAME }}/springboot-app;
sudo docker image rm -f ${{ secrets.DOCKER_REPO_NAME }}/springboot-app:test-latest;
- name: Start the new (green/blue) environment
run: |
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- name: remove old spring-app image
run: |
sudo docker image rm -f ${{ secrets.DOCKER_REPO_NAME }}/springboot-app;
sudo docker image rm -f ${{ secrets.DOCKER_REPO_NAME }}/springboot-app:test-latest;
- name: Start the new (green/blue) environment
run: |
Expand Down

0 comments on commit ffe9a94

Please sign in to comment.