Skip to content

Commit

Permalink
fix docker build context
Browse files Browse the repository at this point in the history
  • Loading branch information
akablockchain2 committed Feb 17, 2025
1 parent 70f7600 commit 5398d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Build and Tag Docker Image
run: |
cd server
docker build -f Dockerfile -t graphql-engine:${{ github.ref_name }} .
docker build -f server/Dockerfile -t graphql-engine:${{ github.ref_name }} .
docker tag graphql-engine:${{ github.ref_name }} qfnetwork/graphql-engine:${{ github.ref_name }}
docker tag graphql-engine:${{ github.ref_name }} qfnetwork/graphql-engine:latest
Expand Down

0 comments on commit 5398d64

Please sign in to comment.