Skip to content

Commit c1914e9

Browse files
authored
fix typo in a parameter of the v1beta1 example
1 parent 55fdb95 commit c1914e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrating-v1alpha1-to-v1beta1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ spec:
161161
- name: CONTEXT
162162
value: $(params.path-to-image-context)
163163
- name: DOCKERFILE
164-
value: $(params.path-to-docker-file)
164+
value: $(params.path-to-dockerfile)
165165
workspaces:
166166
- name: source
167167
workspace: git-source

0 commit comments

Comments
 (0)