Skip to content

Commit

Permalink
Remove existing docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
ngregrichardson committed Oct 31, 2021
1 parent 9195e01 commit 91177eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- uses: actions/checkout@v2

- name: Stop Docker
run: docker stop portfolio
run: |
docker stop portfolio
docker rm portfolio
continue-on-error: true
- name: Build Docker Image
run: docker build -t portfolio .
Expand Down

0 comments on commit 91177eb

Please sign in to comment.