Skip to content

Commit

Permalink
Enable Docker BuildKit in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzil committed May 2, 2024
1 parent 74c3b4a commit 4b1f41a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:

- name: Build and push Docker image
uses: docker/build-push-action@v5
env:
DOCKER_BUILDKIT: 1
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 4b1f41a

Please sign in to comment.