Skip to content

Commit

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

0 comments on commit dbf886d

Please sign in to comment.