Skip to content

Commit

Permalink
Enable Docker's BuildKit in workflow
Browse files Browse the repository at this point in the history
Enabled BuildKit in the GitHub Actions Docker image workflow to optimize build performance. The addition was made for both profiles within the workflow.
  • Loading branch information
claygorman committed Dec 11, 2023
1 parent 7997452 commit b2a7c97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
addTimestamp: true
multiPlatform: true
platform: linux/amd64,linux/arm64,linux/arm/v7
enableBuildKit: true
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}

Expand All @@ -40,5 +41,6 @@ jobs:
addTimestamp: true
multiPlatform: true
platform: linux/amd64,linux/arm64,linux/arm/v7
enableBuildKit: true
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}

0 comments on commit b2a7c97

Please sign in to comment.