Skip to content

Commit 6f02cf8

Browse files
committed
CI: stop setting DOCKER_API
1 parent e01e9e7 commit 6f02cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/statistician-dive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Dive
4343
run: |
4444
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 \
45+
docker run -e CI=true --rm -v /var/run/docker.sock:/var/run/docker.sock \
4646
--mount type=bind,source=${{ github.workspace }}/docker/dive-ci.yml,target=/.dive-ci \
4747
${DIVE} --ci-config /.dive-ci ${ORG}/${IMAGE}:_build
4848

0 commit comments

Comments
 (0)