Skip to content

Commit

Permalink
refactor: remove unnecessary volume cleanup step in Docker Buildx wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
LeonardoMeireles55 committed Feb 3, 2025
1 parent 1a5c860 commit cde2814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: rm -rf /tmp/.buildx-cache

- name: Clean up Docker Buildx
run: docker buildx prune --volumes --all --force
run: docker buildx prune --all --force

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit cde2814

Please sign in to comment.