Fix bamboo variable name for tag image
This commit is contained in:
@@ -9,7 +9,7 @@ function main() {
|
|||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
local image_version="${bamboo_deploy_release}"
|
local image_version="${bamboo_buildNumber}"
|
||||||
local image_revision="${bamboo_planRepository_1_revision}"
|
local image_revision="${bamboo_planRepository_1_revision}"
|
||||||
local image_basetag='nexusoss-docker-int.airfrance.fr/sspt/sspt-retro'
|
local image_basetag='nexusoss-docker-int.airfrance.fr/sspt/sspt-retro'
|
||||||
local image_tag="${image_basetag}:${image_version}"
|
local image_tag="${image_basetag}:${image_version}"
|
||||||
|
|||||||
Reference in New Issue
Block a user