diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac756a20..8ae382bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -176,6 +176,37 @@ jobs: with: endpoint: mycontext + config: + runs-on: ubuntu-latest + steps: + - + name: Checkout + uses: actions/checkout@v2 + - + name: Create buildkitd conf + run: | + cat > /tmp/buildkitd.toml < ./Dockerfile <