Make self used semver image
This commit is contained in:
parent
401b66bf7e
commit
59f677fb2f
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -41,7 +41,8 @@ pipeline {
|
|||||||
{
|
{
|
||||||
steps {
|
steps {
|
||||||
withEcr {
|
withEcr {
|
||||||
sh "docker push ${env.DOCKER_REGISTRY}/${env.SERVICE}:${getVersion('-d')}"
|
//sh "docker push ${env.DOCKER_REGISTRY}/${env.SERVICE}:${getVersion('-d')}"
|
||||||
|
sh "docker push ${env.DOCKER_REGISTRY}/${env.SERVICE}:self-version"
|
||||||
}
|
}
|
||||||
|
|
||||||
//Copy tar.gz file to s3 bucket
|
//Copy tar.gz file to s3 bucket
|
||||||
|
Loading…
Reference in New Issue
Block a user