mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 08:06:38 +08:00
更新了很多包
This commit is contained in:
parent
537736992f
commit
7bc6011783
2
.github/workflows/dockerToHub-dev.yml
vendored
2
.github/workflows/dockerToHub-dev.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: 'dev'
|
ref: 'dev'
|
||||||
clean: false
|
clean: true
|
||||||
github-server-url: 'https://gh.siji.ci'
|
github-server-url: 'https://gh.siji.ci'
|
||||||
- name: build and deploy to Docker Hub
|
- name: build and deploy to Docker Hub
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/dockerToHub.yml
vendored
2
.github/workflows/dockerToHub.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: true
|
||||||
github-server-url: 'https://gh.siji.ci'
|
github-server-url: 'https://gh.siji.ci'
|
||||||
- name: build and deploy to Docker Hub
|
- name: build and deploy to Docker Hub
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user