自动化构建 Python 3.10 + Cloud Center
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
aa460dd917
commit
c4c731f6bc
|
@ -42,6 +42,6 @@ steps:
|
||||||
from_secret: docker_hub_token
|
from_secret: docker_hub_token
|
||||||
commands:
|
commands:
|
||||||
- echo $USERNAME
|
- 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 login -u $USERNAME -p $TOKEN
|
||||||
- docker push $USERNAME/cloud-center:linux-nightly
|
- docker push $USERNAME/cloud-center:linux-nightly
|
||||||
|
|
Loading…
Reference in New Issue