* adds docker buildkit to github action env
This commit is contained in:
parent
6ceae4f53c
commit
8af55f61b8
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches: master
|
||||
|
||||
env:
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
||||
jobs:
|
||||
build-ckan-2-9:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -4,6 +4,9 @@ on:
|
|||
pull_request:
|
||||
branches: master
|
||||
|
||||
env:
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
||||
jobs:
|
||||
build-ckan-2-9:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue