Skip to content

Commit 29409dd

Browse files
committed
Bugfix
1 parent 05cd54e commit 29409dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy-DEV.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,11 @@ jobs:
7272
- uses: actions/download-artifact@v3
7373
with:
7474
name: oci-tar
75-
path: /oci-tar
7675
- name: Load image
7776
shell: bash
7877
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 }}
78+
if [[ -f image.tar ]]; then
79+
skopeo copy --override-os=linux --override-arch=${{ matrix.platform }} oci-archive:image.tar oxsecurity/megalinter:${{ steps.image_tag.outputs.tag }}
8180
fi
8281
# Free disk space
8382
- name: Free Disk space

0 commit comments

Comments
 (0)