From c71ac161c625a1b7b28ff8fe6a6a0cdd7fe66f5d Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 4 Apr 2026 05:26:18 +0000 Subject: [PATCH] Update action.yaml --- action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 4813a56..5dff9e0 100644 --- a/action.yaml +++ b/action.yaml @@ -42,5 +42,4 @@ runs: - name: "cleanup image" shell: bash run: | - docker rmi ${{ inputs.tag }} - docker system prune \ No newline at end of file + docker rmi ${{ inputs.tag }} \ No newline at end of file