9
All checks were successful
Build and Deploy Scheduler / cleaning (push) Successful in 1s
Build and Deploy Scheduler / build_image (push) Successful in 1m18s
Build and Deploy Scheduler / deploy (push) Successful in 12s

This commit is contained in:
teddys48
2026-02-12 14:37:50 +07:00
parent eb1d6daf2c
commit 7437e109fe

View File

@@ -39,10 +39,11 @@ jobs:
runs-on: host
needs: build_image
steps:
# - name: Clone repo
# run: |
# git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
# git checkout ${{ gitea.ref_name }}
- name: Clone repo
run: |
git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
git checkout ${{ gitea.ref_name }}
- name: Prepare env for compose
run: |
echo "REGISTRY=$REGISTRY" > .env