From 7dae09ac92042b36096fa9f410d0d240e6df0f3b Mon Sep 17 00:00:00 2001 From: ogabrielluiz Date: Mon, 17 Jun 2024 07:17:32 -0300 Subject: [PATCH] chore: Update Docker build workflow to include file output --- .github/workflows/docker-build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index a946db918..ccfeed070 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -28,6 +28,7 @@ jobs: runs-on: ubuntu-latest outputs: tags: ${{ steps.set-vars.outputs.tags }} + file: ${{ steps.set-vars.outputs.file }} steps: - uses: actions/checkout@v4 - name: Set Dockerfile and Tags @@ -84,7 +85,7 @@ jobs: build_components: if: ${{ inputs.release_type == 'main' }} runs-on: ubuntu-latest - needs: build_base + needs: build strategy: matrix: component: [backend, frontend] @@ -121,7 +122,7 @@ jobs: name: Restart HuggingFace Spaces if: ${{ inputs.release_type == 'main' }} runs-on: ubuntu-latest - needs: build_base + needs: build strategy: matrix: python-version: