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 ddb721b706
commit 9dff107487

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