Update checkout step in deployment workflow to use git clone instead of actions/checkout
Build and Push Agent API / build (push) Failing after 1s

This commit is contained in:
2026-05-10 15:07:32 +02:00
parent f8f2fa04f4
commit 725c21e5d7
+2 -1
View File
@@ -11,7 +11,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
run: |
git clone http://gitea:3000/YOUR_USER/Agents.git .
- name: Build Docker image
run: |