ci: Set defaultBranch argument
dustin/keyserv/pipeline/head This commit looks good
Details
dustin/keyserv/pipeline/head This commit looks good
Details
This is necessary in order to update the `latest` tag for the container image, since the default branch of this repository is not *main*.master
parent
b2fbdb968f
commit
c5753e46a4
|
@ -2,4 +2,5 @@
|
||||||
|
|
||||||
buildContainerImage2(
|
buildContainerImage2(
|
||||||
project: 'packages',
|
project: 'packages',
|
||||||
|
defaultBranch: 'master',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue