更新 docker-nightly.yml

This commit is contained in:
Clivia
2024-02-20 09:48:18 +08:00
committed by GitHub
parent ea4f301ac6
commit 156ebe2856

View File

@@ -39,7 +39,7 @@ jobs:
context: . context: .
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: ${{ secrets.DOCKER_USERNAME }}/chatgpt-next-web-langchain:${{ github.event.inputs.tag || 'nightly' }} tags: yangclivia/chatgpt-next-web-langchain:${{ github.event.inputs.tag || 'nightly' }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max