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 e01e9e7 commit 6f02cf8Copy full SHA for 6f02cf8
.github/workflows/statistician-dive.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Dive
43
run: |
44
docker pull ${DIVE}
45
- docker run -e CI=true -e DOCKER_API_VERSION=${DOCKER_API} --rm -v /var/run/docker.sock:/var/run/docker.sock \
+ docker run -e CI=true --rm -v /var/run/docker.sock:/var/run/docker.sock \
46
--mount type=bind,source=${{ github.workspace }}/docker/dive-ci.yml,target=/.dive-ci \
47
${DIVE} --ci-config /.dive-ci ${ORG}/${IMAGE}:_build
48
0 commit comments