Skip to content

Commit ab64274

Browse files
set context to root path
1 parent 4555a40 commit ab64274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: |
113113
ls -l
114114
pwd
115-
docker build -t graphql-engine:${{ github.ref_name }} -f server/Dockerfile server/
115+
docker build -t graphql-engine:${{ github.ref_name }} -f server/Dockerfile .
116116
docker tag graphql-engine:${{ github.ref_name }} qfnetwork/graphql-engine:${{ github.ref_name }}
117117
docker tag graphql-engine:${{ github.ref_name }} qfnetwork/graphql-engine:latest
118118

0 commit comments

Comments
 (0)