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 committed May 27, 2024
1 parent f942218 commit b8018df
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 b8018df

Please sign in to comment.