Skip to content

Commit

Permalink
remove pruning steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ABUCKY0 authored Jan 2, 2025
1 parent a1a6661 commit f2d7d75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ jobs:
docker images
tag=$(echo "${{ steps.meta.outputs.tags }}" | tr '\n' ' ')
echo $tag
docker image prune --filter label=stage=builder -f
docker image prune --filter label=stage=verify -f
docker save -o image.tar $tag
- name: Upload Artifact
Expand Down

0 comments on commit f2d7d75

Please sign in to comment.