Skip to content

Commit 2c1ebea

Browse files
committed
Delete tar file after loading
1 parent f2a6216 commit 2c1ebea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-DEV.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
run: |
8585
if [[ -f image.tar ]]; then
8686
skopeo copy --override-os=linux --override-arch=${{ matrix.platform }} oci-archive:image.tar docker-daemon:oxsecurity/megalinter:${{ steps.image_tag.outputs.tag }}
87+
rm -f image.tar
8788
fi
8889
# Free disk space
8990
- name: Free Disk space

0 commit comments

Comments
 (0)