From a481be835294860187a8b33ff8f3d82ca5f449db Mon Sep 17 00:00:00 2001 From: irl Date: Mon, 22 Jun 2026 15:20:14 +0100 Subject: [PATCH] ci: check out the frontend repo --- .forgejo/workflows/publish.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 941a8e6..f8e3490 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -63,6 +63,11 @@ jobs: steps: - name: Checkout the repo uses: actions/checkout@v4 + - name: Checkout the frontend + uses: actions/checkout@v4 + with: + repository: https://guardianproject.dev/sr2/cloud-portal.git + path: frontend - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Login to the registry