ci: check out the frontend repo
This commit is contained in:
parent
e7bd455b2d
commit
a481be8352
1 changed files with 5 additions and 0 deletions
|
|
@ -63,6 +63,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Login to the registry
|
- name: Login to the registry
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue