Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Achala8Dias committed Nov 17, 2022
1 parent b06e467 commit 441bf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ try {
cluster_image_tags.push({
registry_id: cred.registry_id,
clusters: cred.clusters,
imageNameWithTag: `${cred.credentials.registry}/${choreoApp}:${process.env.NEW_SHA}`
image_name_with_tag: `${cred.credentials.registry}/${choreoApp}:${process.env.NEW_SHA}`
});
}
} catch (error) {
Expand Down

0 comments on commit 441bf1b

Please sign in to comment.