Skip to content

Commit

Permalink
fix: 修改上有仓库地址
Browse files Browse the repository at this point in the history
  • Loading branch information
Hk-Gosuto committed Nov 16, 2023
1 parent cbf83ea commit f9d3667
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 20 deletions.
25 changes: 9 additions & 16 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,30 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
-
name: Check out the repo
- name: Check out the repo
uses: actions/checkout@v3
-
name: Log in to Docker Hub
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

-
name: Extract metadata (tags, labels) for Docker

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
with:
images: gosuto/chatgpt-next-web-langchain
tags: |
type=raw,value=latest
type=ref,event=tag
-
name: Set up QEMU
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

-
name: Set up Docker Buildx
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

-
name: Build and push Docker image

- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: .
Expand All @@ -49,4 +43,3 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

6 changes: 3 additions & 3 deletions .github/workflows/issue-translator.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Issue Translator
on:
issue_comment:
on:
issue_comment:
types: [created]
issues:
issues:
types: [opened]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: sync
uses: aormsby/[email protected]
with:
upstream_sync_repo: Yidadaa/ChatGPT-Next-Web
upstream_sync_repo: Hk-Gosuto/ChatGPT-Next-Web-LangChain
upstream_sync_branch: main
target_sync_branch: main
target_repo_token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, no need to set
Expand Down

0 comments on commit f9d3667

Please sign in to comment.