fix(ci): add clean logic
Some checks failed
Docker Image CI / build (push) Failing after 4s

This commit is contained in:
2025-11-01 16:39:38 +00:00
parent 43576c1736
commit aa7b777a2e

View File

@@ -31,3 +31,6 @@ jobs:
echo "Pushing image: ${IMAGE_NAME}"
docker push ${IMAGE_NAME}
echo "Successfully pushed: ${IMAGE_NAME}"
- name: Clean env
run: docker rmi $(docker images -q)