Skip to content

Commit

Permalink
fix: docker file name
Browse files Browse the repository at this point in the history
  • Loading branch information
icebergtsn committed Jun 18, 2024
1 parent 69785c2 commit 1b95a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terminus-frontend-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: Dockerfile-server
file: Dockerfile
push: true
tags: beclab/market-frontend:${{ steps.get-latest-tag.outputs.tag }}
platforms: linux/amd64,linux/arm64

0 comments on commit 1b95a60

Please sign in to comment.