Adding DOCKER_BUILDKIT to yml file

This commit is contained in:
aya 2024-12-02 14:43:57 +02:00
parent de05b13953
commit f2eb586c81

View File

@ -9,6 +9,9 @@ on:
- cron: '0 4 * * *' - cron: '0 4 * * *'
workflow_dispatch: workflow_dispatch:
env:
DOCKER_BUILDKIT: 1
jobs: jobs:
test-common: test-common:
uses: ./.github/workflows/test_common.yml uses: ./.github/workflows/test_common.yml