[c] Update Justfile Path in workflow
Some checks failed
Build and push docker image / deploy (push) Failing after 5s

This commit is contained in:
Sangelo 2024-04-03 11:19:26 +02:00
parent f3c9b5b994
commit b697c19342

View file

@ -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: |