Skip to content

Commit

Permalink
Merge pull request #395 from WeBankFinTech/dev
Browse files Browse the repository at this point in the history
fix docker workflow
  • Loading branch information
CodingCattwo authored Sep 30, 2021
2 parents 7c1726f + 0c6edfe commit 94d1d68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: ./dist
# context is in root dir of webase-web repository
context: .
push: true
file: ./docker/build/Dockerfile
platforms: linux/amd64
Expand Down

0 comments on commit 94d1d68

Please sign in to comment.