mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 06:23:44 +08:00
修改部署机器
This commit is contained in:
4
.github/workflows/dockerToHub.yml
vendored
4
.github/workflows/dockerToHub.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: self
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: gh.sivpn.cn/actions/checkout@v4
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
clean: true
|
||||
github-server-url: 'https://gh.sivpn.cn'
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
- name: Get current date
|
||||
run: echo "DATE_TAG=$(date +'%Y%m%d')" >> $GITHUB_ENV
|
||||
- name: Build and push Docker image
|
||||
uses: gh.sivpn.cn/docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user