Compare commits
3 Commits
cb355bded3
...
v0.0.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
669cdc7370 | ||
|
|
62d49ae87c | ||
| 3ce0f9e44c |
@@ -10,8 +10,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Debug network
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
|
wget -S --spider https://dev.modelhub.org.cn/
|
||||||
|
- name: Clone repository
|
||||||
|
run: |
|
||||||
|
git clone "${{ gitea.server_url }}/${{ gitea.repository }}.git" .
|
||||||
|
git checkout "${{ gitea.ref_name }}"
|
||||||
|
|
||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user