ci: Set default branch name
dustin/tmpl/pipeline/head This commit looks good
Details
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
parent
d84603a6ac
commit
d699a9b49c
|
@ -3,4 +3,5 @@
|
|||
buildContainerImage2(
|
||||
archlist: ['amd64', 'arm64'],
|
||||
pi: false,
|
||||
defaultBranch: 'master',
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue