Skip to content

Commit 4fa6afc

Browse files
committed
Attempting to fix CI
1 parent dfcf5a4 commit 4fa6afc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/deploy-DEV.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,19 @@ jobs:
154154
BUILD_DATE=${{ env.BUILD_DATE }}
155155
BUILD_REVISION=${{ github.sha }}
156156
BUILD_VERSION=${{ github.sha }}
157-
load: true
157+
load: false
158158
push: false
159159
secrets: |
160160
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
161161
tags: |
162162
oxsecurity/megalinter:${{ steps.image_tag.outputs.tag }}
163+
outputs: type=oci,dest=/tmp/image.tar
163164
timeout-minutes: 90
165+
- name: Load OCI
166+
shell: bash
167+
run: |
168+
docker load --input /tmp/image.tar
169+
rm -f /tmp/image.tar
164170
165171
####################################
166172
# Build image (full for main repo) #

0 commit comments

Comments
 (0)