Skip to content

Commit cc5357a

Browse files
authored
Update .drone.yaml
1 parent 87e802c commit cc5357a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.drone.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
5858
commands:
5959
- docker login -u $cr_user -p $cr_password $cr_repo_host
6060
- docker login -u $docker_user -p $docker_password
61+
- cd docker/docker-cuda/
6162
- docker-compose build --build-arg IMAGE_NAME=$docker_repo --build-arg IMAGE_TAG=$version
6263
- docker push $docker_repo:$version
6364
- docker tag $docker_repo:$version $cr_repo_host/$docker_repo:$version

0 commit comments

Comments
 (0)