Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bea89a0424 | |||
| c71ac161c6 |
@@ -37,10 +37,4 @@ runs:
|
|||||||
tags: ${{ inputs.tag }}
|
tags: ${{ inputs.tag }}
|
||||||
file: ${{ inputs.dockerfile }}
|
file: ${{ inputs.dockerfile }}
|
||||||
build-args: ${{ inputs.build-args }}
|
build-args: ${{ inputs.build-args }}
|
||||||
no-cache: true
|
no-cache: true
|
||||||
|
|
||||||
- name: "cleanup image"
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
docker rmi ${{ inputs.tag }}
|
|
||||||
docker system prune
|
|
||||||
Reference in New Issue
Block a user