ci: Set default branch name
dustin/tmpl/pipeline/head This commit looks good Details

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.
master
Dustin 2024-01-19 14:12:15 -06:00
parent d84603a6ac
commit d699a9b49c
1 changed files with 1 additions and 0 deletions

1
ci/Jenkinsfile vendored
View File

@ -3,4 +3,5 @@
buildContainerImage2(
archlist: ['amd64', 'arm64'],
pi: false,
defaultBranch: 'master',
)