fix build

This commit is contained in:
sijinhui 2024-08-14 17:09:51 +08:00
parent 778c5bd4da
commit ffffc151eb

View File

@ -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