mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 16:16:39 +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:
|
||||
context: .
|
||||
push: true
|
||||
no-cache: true
|
||||
tags: |
|
||||
registry.si.icu/sijinhui/chatgpt-next-web:latest
|
||||
registry.si.icu/sijinhui/chatgpt-next-web:${{ env.DATE_TAG }}
|
||||
- name: clean build history
|
||||
run: |
|
||||
yes | docker system prune --filter "until=720h"
|
||||
# - name: clean build history
|
||||
# run: |
|
||||
# yes | docker system prune --filter "until=720h"
|
||||
# download-repo:
|
||||
# name: 下载仓库
|
||||
# needs: build
|
||||
|
Loading…
Reference in New Issue
Block a user