[c] Update Justfile Path in workflow
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
f3c9b5b994
commit
b697c19342
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: 🐋 Build Container
|
||||
run: |
|
||||
# build the container
|
||||
just build ${{ github.ref }}
|
||||
just -f /workspace/sangelo/website/Justfile build ${{ github.ref }}
|
||||
|
||||
- name: 🐳 Publish Container
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue