Skip to content

Commit

Permalink
fix: try dockerbuildkit env
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Aug 15, 2024
1 parent 65a9de8 commit bcd5f5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Set up Docker Buildkit
run: echo "DOCKER_BUILDKIT=1" >> $GITHUB_ENV

- name: Cache Docker Layers
uses: actions/cache@v4
with:
Expand Down

0 comments on commit bcd5f5f

Please sign in to comment.