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}"
|
||||
args: ["build", "--no-cache",
|
||||
"--tag", "${IMAGE}",
|
||||
"--file", "${DOCKERFILE_NAME}"
|
||||
"--file", "${DOCKERFILE_NAME}",
|
||||
"."]
|
||||
volumeMounts:
|
||||
- name: docker-socket
|
||||
|
|
Loading…
Reference in New Issue