From 383fde1e8becb405344f3b740e8dfe0b6d2e7697 Mon Sep 17 00:00:00 2001 From: Andrii Kostenko Date: Mon, 22 Jul 2024 11:20:44 +0000 Subject: [PATCH] don't use docker-compose for bake --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8af81e37a..07ddd01bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,13 +14,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: touch dotenv - run: touch .enw - - name: Create matrix id: platforms run: | - echo "matrix=$(docker buildx bake image-all --print | jq -cr '.target."image-all".platforms')" >>${GITHUB_OUTPUT} + echo "matrix=$(docker buildx bake image-all -f docker-bake.hcl --print | jq -cr '.target."image-all".platforms')" >>${GITHUB_OUTPUT} - name: Show matrix run: |