Skip to content

Commit

Permalink
更新docker.yml,使image名自适应,不影响主仓库
Browse files Browse the repository at this point in the history
  • Loading branch information
ahzmr authored Aug 18, 2024
1 parent b2336f5 commit 1e1974b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ahzmr/chatgpt-next-web
images: ${{ format('{0}/chatgpt-next-web', secrets.DOCKER_HUB_USERNAME) }}
tags: |
type=raw,value=latest
type=ref,event=tag
Expand Down

0 comments on commit 1e1974b

Please sign in to comment.