mirror of https://github.com/knative/docs.git
Missing comma (#376)
This commit is contained in:
parent
0a3db66e16
commit
38573e8284
|
@ -40,7 +40,7 @@ spec:
|
||||||
workingdir: "${DIRECTORY}"
|
workingdir: "${DIRECTORY}"
|
||||||
args: ["build", "--no-cache",
|
args: ["build", "--no-cache",
|
||||||
"--tag", "${IMAGE}",
|
"--tag", "${IMAGE}",
|
||||||
"--file", "${DOCKERFILE_NAME}"
|
"--file", "${DOCKERFILE_NAME}",
|
||||||
"."]
|
"."]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: docker-socket
|
- name: docker-socket
|
||||||
|
|
Loading…
Reference in New Issue