ci: relative repo path
Some checks failed
ci / ruff (push) Successful in 4s
ci / ty (push) Successful in 5s
ci / tests (push) Successful in 16s
ci / build (push) Failing after 39s

This commit is contained in:
Iain Learmonth 2026-06-22 15:22:42 +01:00
parent 20615f438a
commit 44e1d4986f

View file

@ -66,7 +66,7 @@ jobs:
- name: Checkout the frontend - name: Checkout the frontend
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: https://guardianproject.dev/sr2/cloud-portal.git repository: sr2/cloud-portal.git
path: frontend path: frontend
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3