diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index e3da367..b99aece 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -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: |