Skip to content

Commit

Permalink
add docker image prune -a -f
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSullivan7 committed Aug 15, 2024
1 parent 31f6373 commit 725c4fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ubuntu18
labels: ${{ steps.meta.outputs.labels }}

- name: Purge Docker
run: |
docker image prune -a -f
- name: Build and push Rocky8 Docker image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 725c4fb

Please sign in to comment.