mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +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