mirror of https://github.com/waku-org/nwaku.git
feat: it's push newly released nwaku image with latest-release tag (#2732)
This commit is contained in:
parent
e2e50386ae
commit
736ce1cbc6
|
@ -95,6 +95,7 @@ pipeline {
|
|||
/* If Git ref is a tag push it as Docker tag too. */
|
||||
if (params.GIT_REF ==~ /v\d+\.\d+\.\d+.*/) {
|
||||
image.push(params.GIT_REF)
|
||||
image.push('latest-release')
|
||||
}
|
||||
}
|
||||
} }
|
||||
|
|
Loading…
Reference in New Issue