feat: it's push newly released nwaku image with latest-release tag (#2732)

This commit is contained in:
Darshan K 2024-05-27 16:22:48 +05:30 committed by GitHub
parent e2e50386ae
commit 736ce1cbc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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')
}
}
} }