From 87e466e4de7bee02b700e634ea5c5f0299880fd1 Mon Sep 17 00:00:00 2001 From: Abdul Basit Date: Fri, 26 Jul 2024 20:49:55 +0500 Subject: [PATCH] fix build ci --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f9d2a415..e4fcca432 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -415,11 +415,11 @@ jobs: uses: docker/build-push-action@v6 with: context: ./ - file: ./docker/espresso-marketplace-solver.Dockerfile + file: ./docker/marketplace-solver.Dockerfile platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.-marketplace-solver.outputs.tags }} - labels: ${{ steps.-marketplace-solver.outputs.labels }} + tags: ${{ steps.marketplace-solver.outputs.tags }} + labels: ${{ steps.marketplace-solver.outputs.labels }} test-demo: if: ${{ github.event_name != 'pull_request' }}