自动化构建 Python 3.10 + Cloud Center
continuous-integration/drone/push Build is passing Details

main
lz-wang 2022-09-04 11:55:10 +08:00
parent aa460dd917
commit c4c731f6bc
1 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,6 @@ steps:
from_secret: docker_hub_token
commands:
- echo $USERNAME
- docker build . -t $USERNAME/cloud-center:nightly -f ./cloud-center/Dockerfile
- docker build . -t $USERNAME/cloud-center:linux-nightly -f ./cloud-center/Dockerfile
- docker login -u $USERNAME -p $TOKEN
- docker push $USERNAME/cloud-center:linux-nightly