Skip to content

Commit

Permalink
fix(deploy): add -f flag to image prune command
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed Jun 2, 2024
1 parent 902ebe9 commit e7edbef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: '18'

- name: Build and push Docker image
run: |
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
-v /etc/letsencrypt/ssl/privkey.pem:/etc/nginx/ssl/privkey.pem \
--network internal \
${{ vars.DOCKER_REPO }}/bolhadev-nginx:latest
docker image prune
docker image prune -f

0 comments on commit e7edbef

Please sign in to comment.