.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-04-25 21:18:06 +01:00
parent 33476b5331
commit 1d3f6594cb
1 changed files with 2 additions and 2 deletions

View File

@ -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):