Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wucong committed Jan 1, 2020
1 parent 50f2d52 commit f1a552b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vh-server-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
./github-ci-push-image.sh ${GITHUB_REF}
- name: push release image to dockerhub
if: startsWith(github.ref,'refs/tags/vh-server-v')
if: startsWith(github.ref,'refs/tags/vh-server-product-v')
run: |
cd server
./github-ci-push-image.sh ${GITHUB_REF}
Expand Down

0 comments on commit f1a552b

Please sign in to comment.