mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 16:16:39 +08:00
fix little bug
This commit is contained in:
parent
fc94142267
commit
97e3b0288f
4
.github/workflows/dockerToHub.yml
vendored
4
.github/workflows/dockerToHub.yml
vendored
@ -17,14 +17,14 @@ jobs:
|
||||
name: build image to aly
|
||||
# runs-on: "103.200"
|
||||
# runs-on: thinkpad
|
||||
runs-on: self
|
||||
runs-on: ubuntu-latest
|
||||
# runs-on: self-hosted
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
clean: true
|
||||
github-server-url: 'https://gh.sivpn.cn'
|
||||
#github-server-url: 'https://gh.sivpn.cn'
|
||||
- name: build and deploy to Docker Hub
|
||||
run: |
|
||||
echo ${{ secrets.ALY_DOCKER_PASSWORD }} | docker login registry.cn-hangzhou.aliyuncs.com -u ${{ secrets.ALY_DOCKER_USERNAME }} --password-stdin
|
||||
|
Loading…
Reference in New Issue
Block a user