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