fix little bug

This commit is contained in:
sijinhui 2024-07-18 13:49:09 +08:00
parent fc94142267
commit 97e3b0288f

View File

@ -17,14 +17,14 @@ jobs:
name: build image to aly name: build image to aly
# runs-on: "103.200" # runs-on: "103.200"
# runs-on: thinkpad # runs-on: thinkpad
runs-on: self runs-on: ubuntu-latest
# runs-on: self-hosted # runs-on: self-hosted
steps: steps:
- name: Check out the repo - name: Check out the repo
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
clean: true clean: true
github-server-url: 'https://gh.sivpn.cn' #github-server-url: 'https://gh.sivpn.cn'
- name: build and deploy to Docker Hub - name: build and deploy to Docker Hub
run: | run: |
echo ${{ secrets.ALY_DOCKER_PASSWORD }} | docker login registry.cn-hangzhou.aliyuncs.com -u ${{ secrets.ALY_DOCKER_USERNAME }} --password-stdin echo ${{ secrets.ALY_DOCKER_PASSWORD }} | docker login registry.cn-hangzhou.aliyuncs.com -u ${{ secrets.ALY_DOCKER_USERNAME }} --password-stdin