.drone.yml

This commit is contained in:
C菌
2022-04-13 02:03:58 +08:00
parent a6ac70ad31
commit e9eaea1869

View File

@@ -17,8 +17,10 @@ steps:
password: password:
from_secret: docker_password from_secret: docker_password
repo: mirrors2/helloworld repo: mirrors2/helloworld
commands:
- "pwd && ls"
context: helloworld context: helloworld
dockerfile: helloworld/Dockerfile dockerfile: Dockerfile
tags: tags:
- latest - latest