Skip to content

Commit

Permalink
Tag the release only on alibaba/libvineyard.
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed Nov 22, 2020
1 parent f201976 commit dcac971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-vineyardd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
run: echo ::set-output name=TAG::${GITHUB_REF#refs/tags/}

- nam: Tag and upload docker for releases
- name: Tag and upload docker for releases
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository == 'alibaba/libvineyard' }}
run: |
sudo docker tag docker.pkg.github.com/alibaba/libvineyard/vineyardd:alpine-${{ github.sha }} \
Expand Down

0 comments on commit dcac971

Please sign in to comment.