* adds docker buildkit to github action env

This commit is contained in:
blagoja.stojkoski 2022-07-07 15:22:25 +02:00
parent 6ceae4f53c
commit 8af55f61b8
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,9 @@ on:
push:
branches: master
env:
DOCKER_BUILDKIT: 1
jobs:
build-ckan-2-9:
runs-on: ubuntu-latest

View File

@ -4,6 +4,9 @@ on:
pull_request:
branches: master
env:
DOCKER_BUILDKIT: 1
jobs:
build-ckan-2-9:
runs-on: ubuntu-latest