All checks were successful
dustin/keyserv/pipeline/head This commit looks good
This is necessary in order to update the `latest` tag for the container image, since the default branch of this repository is not *main*.
7 lines
108 B
Groovy
7 lines
108 B
Groovy
@Library('containerimages')_
|
|
|
|
buildContainerImage2(
|
|
project: 'packages',
|
|
defaultBranch: 'master',
|
|
)
|