9
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user