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 86b2e6a commit ab97867Copy full SHA for ab97867
.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
103
ssh-private-key: ${{ secrets.SENTRY_INTERNAL_GH_SSH_PRIVATE_KEY }}
104
105
- name: Builds docker image
106
- run: docker build --ssh default -t ci-tooling .
+ run: DOCKER_BUILDKIT=1 docker build --ssh default -t ci-tooling .
107
108
build-deploy:
109
name: build and deploy
0 commit comments