mirror of https://github.com/knative/docs.git
fix typo in workingDir field name (#388)
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
648ac8a6a2
commit
dfc53c67c8
|
@ -37,7 +37,7 @@ spec:
|
|||
steps:
|
||||
- name: dockerfile-build
|
||||
image: gcr.io/cloud-builders/docker
|
||||
workingdir: "${DIRECTORY}"
|
||||
workingDir: "${DIRECTORY}"
|
||||
args: ["build", "--no-cache",
|
||||
"--tag", "${IMAGE}",
|
||||
"--file", "${DOCKERFILE_NAME}",
|
||||
|
|
Loading…
Reference in New Issue