We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c06b15 commit 6d43237Copy full SHA for 6d43237
workflows/codefresh-csdp/versions/1.1.7/images/image-enricher-git-info/src/index.js
@@ -25,7 +25,7 @@ async function main() {
25
const branch = await provider.getBranch(inputs.repo, inputs.branch);
26
if (branch) {
27
// branch exists without PR, try to take git data from branch
28
- await codefreshApi.patchImageWithGitBranchData(inputs.imageDigest, inputs.imageName, branch)
+ await codefreshApi.patchImageWithGitBranchData(inputs.imageName, branch)
29
console.log(`image patched`);
30
} else {
31
console.warn(`branch "${inputs.branch}" not found, ensure that it is not deleted`)
0 commit comments