更新docker.yml,使image名自适应,不影响主仓库
This commit is contained in:
parent
b2336f5ed9
commit
fdb89af355
|
@ -25,7 +25,7 @@ jobs:
|
|||
id: meta
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: ahzmr/chatgpt-next-web
|
||||
images: ${{ secrets.DOCKER_USERNAME }}/chatgpt-next-web
|
||||
tags: |
|
||||
type=raw,value=latest
|
||||
type=ref,event=tag
|
||||
|
|
Loading…
Reference in New Issue