We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4555a40 commit ab64274Copy full SHA for ab64274
.github/workflows/build.yml
@@ -112,7 +112,7 @@ jobs:
112
run: |
113
ls -l
114
pwd
115
- docker build -t graphql-engine:${{ github.ref_name }} -f server/Dockerfile server/
+ docker build -t graphql-engine:${{ github.ref_name }} -f server/Dockerfile .
116
docker tag graphql-engine:${{ github.ref_name }} qfnetwork/graphql-engine:${{ github.ref_name }}
117
docker tag graphql-engine:${{ github.ref_name }} qfnetwork/graphql-engine:latest
118
0 commit comments