We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa67afe commit 24e1f16Copy full SHA for 24e1f16
.github/workflows/sysdig-cli-scanner.yaml
@@ -76,7 +76,7 @@ jobs:
76
docker://${REGISTRY_HOST}/${{github.repository_owner}}/${IMAGE_NAME}:${IMAGE_TAG} \
77
--console-log \
78
--dbpath=${GITHUB_WORKSPACE}/cache/db/ \
79
- --cachepath=${GITHUB_WORKSPACE}/cache/scanner-cache/
+ --cachepath=${GITHUB_WORKSPACE}/cache/scanner-cache/ ||true
80
81
- name: Login to the registry
82
uses: docker/login-action@v2
@@ -93,4 +93,4 @@ jobs:
93
file: "${{ env.DOCKERFILE_CONTEXT }}Containerfile"
94
build-args: |
95
VERSION=${{ env.IMAGE_TAG }}
96
- tags: ${{ env.REGISTRY_HOST }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
+ tags: ${{ env.REGISTRY_HOST }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
0 commit comments