mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
fix ci
This commit is contained in:
parent
45fcbd029f
commit
3b23717080
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -167,6 +167,7 @@ jobs:
|
||||
password: ${{ github.token }}
|
||||
|
||||
- name: Log in to the AliyunCS
|
||||
if: contains(github.ref, 'refs/tags/')
|
||||
uses: docker/login-action@master
|
||||
with:
|
||||
registry: registry.cn-shanghai.aliyuncs.com
|
||||
@ -214,4 +215,3 @@ jobs:
|
||||
push: true
|
||||
tags: |
|
||||
${{ steps.image-name.outputs.GHCR_IMAGE_NAME }}:${{ steps.extract_branch.outputs.tag }}
|
||||
${{ steps.image-name.outputs.ALI_IMAGE_NAME }}:${{ steps.extract_branch.outputs.tag }}
|
||||
|
Loading…
Reference in New Issue
Block a user