Skip to content

Commit ab97867

Browse files
committed
test
1 parent 86b2e6a commit ab97867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
ssh-private-key: ${{ secrets.SENTRY_INTERNAL_GH_SSH_PRIVATE_KEY }}
104104

105105
- name: Builds docker image
106-
run: docker build --ssh default -t ci-tooling .
106+
run: DOCKER_BUILDKIT=1 docker build --ssh default -t ci-tooling .
107107

108108
build-deploy:
109109
name: build and deploy

0 commit comments

Comments
 (0)