Skip to content

Commit 05319bb

Browse files
committed
build with buildkit on CI
1 parent ae71b66 commit 05319bb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252

5353
- run:
5454
command: |
55+
export DOCKER_BUILDKIT=1
5556
chartpress
5657
name: Run chartpress
5758

.github/workflows/test-chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ jobs:
247247
run: |
248248
pip3 install -r dev-requirements.txt
249249
chartpress
250+
env:
251+
DOCKER_BUILDKIT: "1"
250252

251253
# Generate values.schema.json from schema.yaml
252254
- name: Generate values.schema.json from schema.yaml

0 commit comments

Comments
 (0)