Skip to content

Commit

Permalink
fix(jib): set localId in JIB module-to-action converter (#6210)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev authored Jun 24, 2024
1 parent 491a830 commit 0eeb4c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/jib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ export const gardenPlugin = () =>
// base container fields
buildArgs: module.spec.buildArgs,
extraFlags: module.spec.extraFlags,
localId: module.spec.image,
publishId: module.spec.image,
targetStage: module.spec.build.targetImage,

Expand Down

0 comments on commit 0eeb4c1

Please sign in to comment.