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