File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -140,19 +140,14 @@ jobs:
140140 image : ${{ fromJson(needs.image-matrix.outputs.image) }}
141141 steps :
142142 - uses : actions/checkout@v2
143- if : contains(matrix.image, 'alpine')
144143 - name : Download Images
145- if : contains(matrix.image, 'alpine')
146144 uses : actions/download-artifact@v2
147145 with :
148146 name : docker-image-${{ matrix.image }}
149147 path : ./docker-image
150148 - run : docker load --input ./docker-image/image.tar
151- if : contains(matrix.image, 'alpine')
152149 - run : mkdir -p "./clair/${DOCKER_IMAGE}"
153- if : contains(matrix.image, 'alpine')
154150 - run : make ci-scan-vulnerability
155- if : contains(matrix.image, 'alpine')
156151 test :
157152 name : Testing "${{ matrix.image }}"
158153 needs :
You can’t perform that action at this time.
0 commit comments