[c] Update workflow working directory
Some checks failed
Build and push docker image / deploy (push) Failing after 5s
Some checks failed
Build and push docker image / deploy (push) Failing after 5s
This commit is contained in:
parent
d6243574e6
commit
f3c9b5b994
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: /repo
|
||||
working-directory: /tmp
|
||||
|
||||
# build the docker container
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue