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

This commit is contained in:
织梦人 2024-08-18 21:19:06 +08:00
parent b2336f5ed9
commit fdb89af355
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