From bea89a0424cbc71e03e013ca312c8629889cd1fd Mon Sep 17 00:00:00 2001 From: jake Date: Fri, 10 Apr 2026 03:28:54 +0000 Subject: [PATCH] Update action.yaml --- action.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/action.yaml b/action.yaml index 5dff9e0..a657a8f 100644 --- a/action.yaml +++ b/action.yaml @@ -37,9 +37,4 @@ runs: tags: ${{ inputs.tag }} file: ${{ inputs.dockerfile }} build-args: ${{ inputs.build-args }} - no-cache: true - - - name: "cleanup image" - shell: bash - run: | - docker rmi ${{ inputs.tag }} \ No newline at end of file + no-cache: true \ No newline at end of file