Skip to content

Commit

Permalink
Attempting to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
waterfoul committed Apr 11, 2023
1 parent dfcf5a4 commit 6ddff57
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-DEV.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) #
Expand Down

0 comments on commit 6ddff57

Please sign in to comment.