fix: inject Gitea IP into /etc/hosts for DNS resolution
Build and Push Docker Images / build (web) (push) Failing after 18s
Details
Build and Push Docker Images / build (api) (push) Failing after 18s
Details
Build and Push Docker Images / build (worker) (push) Failing after 11s
Details
Build and Push Docker Images / deploy (push) Has been skipped
Details
Build and Push Docker Images / build (web) (push) Failing after 18s
Details
Build and Push Docker Images / build (api) (push) Failing after 18s
Details
Build and Push Docker Images / build (worker) (push) Failing after 11s
Details
Build and Push Docker Images / deploy (push) Has been skipped
Details
This commit is contained in:
parent
07be3dc43f
commit
d43ec79431
|
|
@ -16,11 +16,14 @@ jobs:
|
|||
matrix:
|
||||
component: [worker, api, web]
|
||||
steps:
|
||||
- name: Fix DNS
|
||||
run: |
|
||||
echo "10.43.224.21 gitea.geocrop.svc.cluster.local" >> /etc/hosts
|
||||
echo "10.43.224.21 git.techarvest.co.zw" >> /etc/hosts
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: fchinembiri/geocrop-platform
|
||||
url: https://git.techarvest.co.zw
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
- name: Set up Docker config
|
||||
|
|
@ -44,11 +47,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Fix DNS
|
||||
run: |
|
||||
echo "10.43.224.21 gitea.geocrop.svc.cluster.local" >> /etc/hosts
|
||||
echo "10.43.224.21 git.techarvest.co.zw" >> /etc/hosts
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: fchinembiri/geocrop-platform
|
||||
url: https://git.techarvest.co.zw
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
- name: Update Manifests
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
trigger ci v12
|
||||
trigger ci v13
|
||||
|
|
|
|||
Loading…
Reference in New Issue