Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lvhan028 committed Sep 25, 2024
1 parent 43591f8 commit 95cfd0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,12 @@ jobs:
echo $RELEASE_TAG
docker tag $TAG $RELEASE_TAG
docker push $RELEASE_TAG
- name: Login to Aliyun Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.ALIYUNHUB_USERNAME }}
password: ${{ secrets.ALIYUNHUB_TOKEN }}
registry: pjlab-wulan-acr-registry.cn-wulanchabu.cr.aliyuncs.com

- name: Push released docker image to aliyun hub
if: endsWith(env.TAG, 'cu12') == true
run: |
Expand Down

0 comments on commit 95cfd0c

Please sign in to comment.