Skip to content

Commit

Permalink
Added GCR login
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Sep 18, 2023
1 parent fb52069 commit f86c67a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/actions/build-images/build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,7 @@ for ((i = 0; i < len; i++)); do
echo "Pushed $IMAGE:$TAG"
fi
done
if [ "$IMAGE" == "springcloud/spring-cloud-dataflow-composed-task-runner" ] || [ "$IMAGE" == "springcloud/spring-cloud-dataflow-tasklauncher-sink-kafka" ]; then
echo "Pruning Docker"
docker system prune -f
docker system prune --volumes -f
echo "Sleeping for 5mins"
fi
done

echo "Pruning Docker"
docker system prune -f
docker system prune --volumes -f

0 comments on commit f86c67a

Please sign in to comment.