This commit is contained in:
jeremygan2021
2026-02-13 21:20:34 +08:00
parent d9cd3769e7
commit 086943f0d5

View File

@@ -20,7 +20,7 @@ jobs:
- name: 登录到 Docker Hub
uses: docker/login-action@v3
with:
username: jeremygan2021@163.com
username: jeremygan2021
password: 123quant-speed
- name: 构建并推送 Docker 镜像
@@ -29,12 +29,12 @@ jobs:
context: .
push: true
# 使用 Docker Hub 用户名作为镜像前缀
tags: jeremygan2021@163.com/quant-speed-page:latest
tags: jeremygan2021/quant-speed-page:latest
- name: 部署到服务器
uses: appleboy/ssh-action@master
env:
DOCKERHUB_USERNAME: jeremygan2021@163.com
DOCKERHUB_USERNAME: jeremygan2021
with:
host: 121.40.192.128
username: root