ci: Set default branch name
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.
This commit is contained in:
2024-01-19 14:12:15 -06:00
parent d84603a6ac
commit d699a9b49c

1
ci/Jenkinsfile vendored
View File

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