2 Commits

Author SHA1 Message Date
bea89a0424 Update action.yaml 2026-04-10 03:28:54 +00:00
c71ac161c6 Update action.yaml 2026-04-04 05:26:18 +00:00

View File

@@ -37,10 +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 }}
docker system prune
no-cache: true