All checks were successful
dustin/tmpl/pipeline/head This commit looks good
The `buildContainerImage2` function assumes the default branch name is *main*, but it's *master* for this repository. If this is not correct, the `latest` tag will not be updated in the container registry.
8 lines
132 B
Groovy
8 lines
132 B
Groovy
@Library('containerimages')_
|
|
|
|
buildContainerImage2(
|
|
archlist: ['amd64', 'arm64'],
|
|
pi: false,
|
|
defaultBranch: 'master',
|
|
)
|