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