ci: Set default branch name
All checks were successful
dustin/tmpl/pipeline/head This commit looks good
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:
1
ci/Jenkinsfile
vendored
1
ci/Jenkinsfile
vendored
@@ -3,4 +3,5 @@
|
|||||||
buildContainerImage2(
|
buildContainerImage2(
|
||||||
archlist: ['amd64', 'arm64'],
|
archlist: ['amd64', 'arm64'],
|
||||||
pi: false,
|
pi: false,
|
||||||
|
defaultBranch: 'master',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user