Skip to content

Commit

Permalink
Fix(*): clean up 로직 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
InHyeok-J committed Jun 23, 2024
1 parent 6affa25 commit 95d561a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/devcd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ jobs:
run: |
docker stop ${{env.NAME}} && docker rm ${{env.NAME}}"
docker run -d -p 8080:8080 -e PROFILE=dev --name ${{env.NAME}} --network jabiseo-dev "${{env.ECR_URI}}:${{env.DOCKER_TAG}}"
docker rmi -f $(docker images -f "dangling=true" -q) || true
result-send-sucess:
needs:
- gradle-docker-build
Expand Down

0 comments on commit 95d561a

Please sign in to comment.