Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
waterfoul committed Apr 24, 2023
1 parent 05cd54e commit 29409dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-DEV.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,11 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: oci-tar
path: /oci-tar
- name: Load image
shell: bash
run: |
if [[ -f /oci-tar/image.tar ]]; then
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 }}
fi
# Free disk space
- name: Free Disk space
Expand Down

0 comments on commit 29409dd

Please sign in to comment.