Skip to content

Commit

Permalink
DOCKER_BUILDKIT=1
Browse files Browse the repository at this point in the history
  • Loading branch information
aarne33 committed May 30, 2023
1 parent 34a6e70 commit a81f56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -30,4 +30,4 @@ jobs:
uses: actions/checkout@v3
- name: List files in the repository
run: ls ${{ github.workspace }}
- run: docker build --ssh default --target devel_shell -t multikeyjwt:devel_shell .
- run: DOCKER_BUILDKIT=1 docker build --ssh default --target devel_shell -t multikeyjwt:devel_shell .

0 comments on commit a81f56b

Please sign in to comment.