Skip to content

Commit

Permalink
feat: Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangsx committed May 9, 2023
1 parent 2fc4ddf commit aae1b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs: # workflow中的job
id: meta
uses: docker/metadata-action@v3 # 抽取项目信息,主要是镜像的tag
with:
images: atorber/gpt4free-ts
images: xiangsx/gpt4free-ts

- name: Build and push Docker image
uses: docker/build-push-action@v2 # docker build & push
Expand Down

0 comments on commit aae1b9a

Please sign in to comment.