更新docker.yml,使image名自适应,不影响主仓库

(cherry picked from commit fdb89af355)
This commit is contained in:
织梦人 2024-08-18 21:19:06 +08:00
parent e515f0f957
commit fc97c4b06f
1 changed files with 9 additions and 9 deletions

View File

@ -25,7 +25,7 @@ jobs:
id: meta id: meta
uses: docker/metadata-action@v4 uses: docker/metadata-action@v4
with: with:
images: ahzmr/chatgpt-next-web images: ${{ secrets.DOCKER_USERNAME }}/chatgpt-next-web
tags: | tags: |
type=raw,value=latest type=raw,value=latest
type=ref,event=tag type=ref,event=tag