We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05cd54e commit 29409ddCopy full SHA for 29409dd
.github/workflows/deploy-DEV.yml
@@ -72,12 +72,11 @@ jobs:
72
- uses: actions/download-artifact@v3
73
with:
74
name: oci-tar
75
- path: /oci-tar
76
- name: Load image
77
shell: bash
78
run: |
79
- if [[ -f /oci-tar/image.tar ]]; then
80
- skopeo copy --override-os=linux --override-arch=${{ matrix.platform }} oci-archive:/oci-tar/image.tar oxsecurity/megalinter:${{ steps.image_tag.outputs.tag }}
+ if [[ -f image.tar ]]; then
+ skopeo copy --override-os=linux --override-arch=${{ matrix.platform }} oci-archive:image.tar oxsecurity/megalinter:${{ steps.image_tag.outputs.tag }}
81
fi
82
# Free disk space
83
- name: Free Disk space
0 commit comments