We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a6216 commit 2c1ebeaCopy full SHA for 2c1ebea
.github/workflows/deploy-DEV.yml
@@ -84,6 +84,7 @@ jobs:
84
run: |
85
if [[ -f image.tar ]]; then
86
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
88
fi
89
# Free disk space
90
- name: Free Disk space
0 commit comments