fix(release): remove tagged scan image in cleanup step
This commit was merged in pull request #128.
This commit is contained in:
@@ -100,5 +100,7 @@ jobs:
|
|||||||
- name: Cleanup Docker artifacts
|
- name: Cleanup Docker artifacts
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
|
# the scan image is tagged, so image prune won't catch it
|
||||||
|
docker image rm "uptop-scan:${{ steps.meta.outputs.tag }}" 2>/dev/null || true
|
||||||
docker image prune -f
|
docker image prune -f
|
||||||
docker builder prune -f --keep-storage=2GB
|
docker builder prune -f --keep-storage=2GB
|
||||||
|
|||||||
Reference in New Issue
Block a user