fix: restore explicit checkout URL and repository
Build and Push Docker Images / build (api) (push) Failing after 45s
Details
Build and Push Docker Images / build (worker) (push) Failing after 49s
Details
Build and Push Docker Images / build (web) (push) Failing after 58s
Details
Build and Push Docker Images / deploy (push) Has been skipped
Details
Build and Push Docker Images / build (api) (push) Failing after 45s
Details
Build and Push Docker Images / build (worker) (push) Failing after 49s
Details
Build and Push Docker Images / build (web) (push) Failing after 58s
Details
Build and Push Docker Images / deploy (push) Has been skipped
Details
This commit is contained in:
parent
90c07c3a3b
commit
0c22bd0795
|
|
@ -18,6 +18,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: fchinembiri/geocrop-platform
|
||||
url: https://git.techarvest.co.zw/fchinembiri/geocrop-platform..git
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
- name: Set up Docker config
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
trigger ci v8
|
||||
trigger ci v9
|
||||
|
|
|
|||
Loading…
Reference in New Issue