Skip to content

Commit 6ddff57

Browse files
committed
Attempting to fix CI
1 parent dfcf5a4 commit 6ddff57

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy-DEV.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,18 @@ jobs:
154154
BUILD_DATE=${{ env.BUILD_DATE }}
155155
BUILD_REVISION=${{ github.sha }}
156156
BUILD_VERSION=${{ github.sha }}
157-
load: true
158157
push: false
159158
secrets: |
160159
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
161160
tags: |
162161
oxsecurity/megalinter:${{ steps.image_tag.outputs.tag }}
163162
timeout-minutes: 90
163+
outputs: type=oci,dest=/tmp/image.tar
164+
- name: Load OCI
165+
shell: bash
166+
run: |
167+
docker load --input /tmp/image.tar
168+
rm -f /tmp/image.tar
164169
165170
####################################
166171
# Build image (full for main repo) #

0 commit comments

Comments
 (0)