Skip to content

Commit

Permalink
Add docker prune cmd (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlee1703 authored Sep 26, 2023
2 parents db161f7 + a2f277d commit 001e0ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
working-directory: /home/ubuntu
command: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker system prune -a -f
docker pull repl4242/gifthub-was:${{env.IMAGE_TAG}}
IMAGE_TAG=${{env.IMAGE_TAG}} docker-compose up

0 comments on commit 001e0ee

Please sign in to comment.