mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-03 00:26:40 +08:00
fix build
This commit is contained in:
parent
778c5bd4da
commit
ffffc151eb
7
.github/workflows/dockerToHub.yml
vendored
7
.github/workflows/dockerToHub.yml
vendored
@ -34,12 +34,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
no-cache: true
|
||||||
tags: |
|
tags: |
|
||||||
registry.si.icu/sijinhui/chatgpt-next-web:latest
|
registry.si.icu/sijinhui/chatgpt-next-web:latest
|
||||||
registry.si.icu/sijinhui/chatgpt-next-web:${{ env.DATE_TAG }}
|
registry.si.icu/sijinhui/chatgpt-next-web:${{ env.DATE_TAG }}
|
||||||
- name: clean build history
|
# - name: clean build history
|
||||||
run: |
|
# run: |
|
||||||
yes | docker system prune --filter "until=720h"
|
# yes | docker system prune --filter "until=720h"
|
||||||
# download-repo:
|
# download-repo:
|
||||||
# name: 下载仓库
|
# name: 下载仓库
|
||||||
# needs: build
|
# needs: build
|
||||||
|
Loading…
Reference in New Issue
Block a user