@Library('jenkins-shared@main') _

kanikoPipeline(
    repoName: 'font-spot',
    branch: env.BRANCH_NAME ?: 'main',
    isNpmLib: true
)
