mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-27 07:06:42 +00:00
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…
x
Reference in New Issue
Block a user