Community maintained Docker config for the knot server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

👷 : use pwd for context path

+5 -1
+5 -1
.tangled/workflows/build.yml
··· 19 19 steps: 20 20 - name: "Build image" 21 21 command: | 22 + echo "PWD=$(pwd)" 22 23 ls -l 23 - executor --context . --no-push 24 + executor \ 25 + --dockerfile "$(pwd)/Dockerfile" \ 26 + --context "$(pwd)" \ 27 + --no-push