.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
b9e2c57691
commit
33476b5331
|
@ -50,8 +50,8 @@ def build(name):
|
|||
]),
|
||||
"commands": [
|
||||
"cd {name}",
|
||||
"docker build . -t $($LOCAL_DOCKER_REGISTRY){name}",
|
||||
"docker push $($LOCAL_DOCKER_REGISTRY){name}",
|
||||
"docker build . -t $\{LOCAL_DOCKER_REGISTRY\}{name}",
|
||||
"docker push $\{LOCAL_DOCKER_REGISTRY\}{name}",
|
||||
],
|
||||
}
|
||||
def steps(name, dependsOn):
|
||||
|
|
Reference in New Issue