Skip to content

Commit

Permalink
kaniko digest
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Chavkov committed Feb 16, 2024
1 parent 125faf6 commit d6d0f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const generateArgs = (inputs: Inputs, outputsDir: string): string[] => {
// kaniko args
'--context',
'dir:///kaniko/action/context/',
'--digest-file',
'--image-name-with-digest-file',
'/kaniko/action/outputs/digest',
]

Expand Down

0 comments on commit d6d0f40

Please sign in to comment.