Skip to content

Commit

Permalink
Fix the imageRegistryUser param usage in the release pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Frittoli <[email protected]>
  • Loading branch information
afrittoli authored and tekton-robot committed Sep 10, 2024
1 parent d4e45f7 commit 7d286a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ spec:
- name: imageRegistryPath
value: $(params.imageRegistryPath)
- name: imageRegistryUser
value: $(params.registryUser)
value: $(params.imageRegistryUser)
- name: releaseAsLatest
value: $(params.releaseAsLatest)
- name: serviceAccountPath
Expand Down

0 comments on commit 7d286a4

Please sign in to comment.