From 3878e14e371d1957b12c9cb46c76034ea44a0316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Primo=C5=BE=20Ajdi=C5=A1ek?= Date: Sun, 1 Oct 2023 00:40:35 +0200 Subject: [PATCH] fix: fixxed a mistake --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7103351..f0156eb 100644 --- a/action.yml +++ b/action.yml @@ -83,7 +83,7 @@ runs: sudo apt-get clean fi if [[ ${{ inputs.remove-docker-cached-images }} == 'true' ]]; then - sudo docker image purge --all --force + sudo docker image prune --all --force fi echo "... done"