diff --git a/.github/workflows/deploy-DEV.yml b/.github/workflows/deploy-DEV.yml index 88e0d51dec0..e017209d610 100644 --- a/.github/workflows/deploy-DEV.yml +++ b/.github/workflows/deploy-DEV.yml @@ -154,13 +154,18 @@ jobs: BUILD_DATE=${{ env.BUILD_DATE }} BUILD_REVISION=${{ github.sha }} BUILD_VERSION=${{ github.sha }} - load: true push: false secrets: | GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} tags: | oxsecurity/megalinter:${{ steps.image_tag.outputs.tag }} timeout-minutes: 90 + outputs: type=oci,dest=/tmp/image.tar + - name: Load OCI + shell: bash + run: | + docker load --input /tmp/image.tar + rm -f /tmp/image.tar #################################### # Build image (full for main repo) #