Skip to content

Commit

Permalink
feat: it's push newly released nwaku image with latest-release tag (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
darshankabariya authored May 27, 2024
1 parent e2e5038 commit 736ce1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/Jenkinsfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
}
} }
Expand Down

0 comments on commit 736ce1c

Please sign in to comment.