Skip to content

Commit

Permalink
Remove cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nullxx committed Mar 1, 2024
1 parent 0dd5a40 commit 259b36b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ docker buildx build --platform $TARGET_PLATFORMS --push --no-cache -t $REPO:$VER
docker tag $REPO:$VERSION $REPO:latest && docker push $REPO:latest

# remove dirt
docker rmi $(docker images "$CORE_CONTAINER_NAME" -a -q) -f &> /dev/null
docker rmi $(docker images "$REPO:latest" -a -q) -f &> /dev/null
rm -rf ./mpp-front/build-out &> /dev/null
# docker rmi $(docker images "$CORE_CONTAINER_NAME" -a -q) -f &> /dev/null
# docker rmi $(docker images "$REPO:latest" -a -q) -f &> /dev/null
# rm -rf ./mpp-front/build-out &> /dev/null

0 comments on commit 259b36b

Please sign in to comment.