Skip to content

Commit

Permalink
Fix ui dockerfile reference
Browse files Browse the repository at this point in the history
Signed-off-by: Daishan Peng <[email protected]>
  • Loading branch information
StrongMonkey committed Aug 1, 2024
1 parent 2c0323d commit 39aa427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./ui
file: ./ui/Dockerfile
file: ./ui/Dockerfile.ui
platforms: ${{ matrix.platform }}
push: true
tags: |
Expand Down

0 comments on commit 39aa427

Please sign in to comment.