ci: Set defaultBranch argument
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
Dustin 2024-01-11 09:52:19 -06:00
parent b2fbdb968f
commit c5753e46a4
1 changed files with 1 additions and 0 deletions

1
ci/Jenkinsfile vendored
View File

@ -2,4 +2,5 @@
buildContainerImage2(
project: 'packages',
defaultBranch: 'master',
)