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 b2aa2e1 commit 43591f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
password: ${{ secrets.ALIYUNHUB_TOKEN }}
registry: pjlab-wulan-acr-registry.cn-wulanchabu.cr.aliyuncs.com

- name: Push docker image
if: endsWith(env.TAG, 'latest-cu12') == true
- name: Push released docker image to aliyun hub
if: endsWith(env.TAG, 'cu12') == true
run: |
export RELEASE_ALIYUN_TAG=pjlab-wulan-acr-registry.cn-wulanchabu.cr.aliyuncs.com/pjlab-eflops/lmdeploy-online:${{github.ref_name}}-${CUDA_VERSION}
docker tag $TAG $RELEASE_ALIYUN_TAG
Expand Down

0 comments on commit 43591f8

Please sign in to comment.