Update checkout step in deployment workflow to use git clone instead of actions/checkout
Build and Push Agent API / build (push) Failing after 1s
Build and Push Agent API / build (push) Failing after 1s
This commit is contained in:
@@ -11,7 +11,8 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
|
git clone http://gitea:3000/YOUR_USER/Agents.git .
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user