Skip to content

Commit

Permalink
fix build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Jul 26, 2024
1 parent d8091ae commit 87e466e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 87e466e

Please sign in to comment.