Skip to content

Commit 24e1f16

Browse files
Update sysdig-cli-scanner.yaml (#58)
1 parent fa67afe commit 24e1f16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sysdig-cli-scanner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
docker://${REGISTRY_HOST}/${{github.repository_owner}}/${IMAGE_NAME}:${IMAGE_TAG} \
7777
--console-log \
7878
--dbpath=${GITHUB_WORKSPACE}/cache/db/ \
79-
--cachepath=${GITHUB_WORKSPACE}/cache/scanner-cache/
79+
--cachepath=${GITHUB_WORKSPACE}/cache/scanner-cache/ ||true
8080
8181
- name: Login to the registry
8282
uses: docker/login-action@v2
@@ -93,4 +93,4 @@ jobs:
9393
file: "${{ env.DOCKERFILE_CONTEXT }}Containerfile"
9494
build-args: |
9595
VERSION=${{ env.IMAGE_TAG }}
96-
tags: ${{ env.REGISTRY_HOST }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
96+
tags: ${{ env.REGISTRY_HOST }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}

0 commit comments

Comments
 (0)