Skip to content

Commit

Permalink
Enabling build kit
Browse files Browse the repository at this point in the history
  • Loading branch information
fgauna12 committed May 13, 2021
1 parent dc46a79 commit 23f8133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build -t aks-health-check .
run: DOCKER_BUILDKIT=1 docker build -t aks-health-check .
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
env:
# TODO: Change variable to your image's name.
IMAGE_NAME: aks-health-check
DOCKER_BUILDKIT: 1

jobs:
# Run tests.
Expand Down

0 comments on commit 23f8133

Please sign in to comment.