Skip to content

Commit

Permalink
feat: fix container image for db migrations
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu <[email protected]>
  • Loading branch information
mtlmatt committed Jul 24, 2024
1 parent bf01de5 commit 08ba5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion le-taxi-api-node.js/Jenkinsfile-dbMigrations
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ podTemplate(
containers: [
containerTemplate(
name: CONTAINER_NAME,
image: ctx.draftImage.toString(),
image: ctx.containerDraftImageRegistry.getFullImageName(ctx.draftImage)
command: 'cat',
args: '',
runAsUser: "0", //ctx.applicationUserID,
Expand Down

0 comments on commit 08ba5e0

Please sign in to comment.