Skip to content

Commit

Permalink
Prune between Docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSullivan7 committed Aug 9, 2024
1 parent 2f11d90 commit 1f4d7f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ubuntu18
labels: ${{ steps.meta.outputs.labels }}

- name: Prune Docker Volumes
shell: bash -l {0}
run:
docker system prune --volumes -f

- name: Build and push Rocky8 Docker image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 1f4d7f4

Please sign in to comment.