fix:
This commit is contained in:
parent
7dfc9ff205
commit
3f0827e64f
|
|
@ -17,9 +17,9 @@ jobs:
|
|||
steps:
|
||||
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||
- name: Check out repository code
|
||||
uses: https://git.airpig.cn/actions/checkout@v4
|
||||
uses: https://gitea.com/actions/checkout@v4
|
||||
- name: Login to hub.airpig.cn
|
||||
uses: https://git.airpig.cn/actions/login-action@v3
|
||||
uses: https://gitea.com/docker/login-action@v3
|
||||
with:
|
||||
registry: hub.airpig.cn
|
||||
username: admin
|
||||
|
|
|
|||
|
|
@ -13,9 +13,9 @@ jobs:
|
|||
steps:
|
||||
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||
- name: Check out repository code
|
||||
uses: https://git.airpig.cn/actions/checkout@v4
|
||||
uses: https://gitea.com/actions/checkout@v4
|
||||
- name: Login to hub.airpig.cn
|
||||
uses: https://git.airpig.cn/actions/login-action@v3
|
||||
uses: https://gitea.com/docker/login-action@v3
|
||||
with:
|
||||
registry: hub.airpig.cn
|
||||
username: admin
|
||||
|
|
|
|||
Loading…
Reference in New Issue