Skip to content

Commit 6bfe644

Browse files
committed
Specify working dir for building the dockerfile
1 parent 3525720 commit 6bfe644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/copi-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
with:
3131
ref: ${{ github.event.pull_request.head.sha }}
3232
- name: build project
33+
working-directory: copi.owasp.org
3334
run: docker build -f ./Dockerfile .
3435
- name: Cache deps
3536
id: cache-deps

0 commit comments

Comments
 (0)