Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kichalla committed Oct 13, 2019
1 parent 5349e73 commit e96080a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vsts/scripts/tagBuildImagesForRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
set -o pipefail

releasetag="${RELEASE_TAG_NAME:-$BUILD_BUILDNUMBER}"
uniqueTag="$BUILD_DEFINITIONNAME.$releasetag"

function tagBuildImage() {
local devRegistryImageName="$1"
Expand Down Expand Up @@ -38,5 +37,5 @@ function tagBuildImage() {
echo -------------------------------------------------------------------------------
}

tagBuildImage "oryxdevmcr.azurecr.io/public/oryx/build:Oryx-CI.$uniqueTag" "latest" "$uniqueTag"
tagBuildImage "oryxdevmcr.azurecr.io/public/oryx/build-slim:Oryx-CI.$uniqueTag" "slim" "slim-$uniqueTag"
tagBuildImage "oryxdevmcr.azurecr.io/public/oryx/build:Oryx-CI.$releasetag" "latest" "$releasetag"
tagBuildImage "oryxdevmcr.azurecr.io/public/oryx/build-slim:Oryx-CI.$releasetag" "slim" "slim-$releasetag"

0 comments on commit e96080a

Please sign in to comment.