Skip to content

Commit

Permalink
fix release scripts (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
arroyc authored Jun 26, 2019
1 parent 60777e9 commit e0eb36f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vsts/scripts/create-releasetags-buildpacks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ docker pull "$packImage"
echo "$prodImageRepo/pack:stable">>"$outFile"
echo "$prodImageRepo/pack:$buildNumber">>"$outFile"
docker tag "$packImage" "$prodImageRepo/pack:stable"
docker tag "$packBaseImage" "$prodImageRepo/pack:$buildNumber"
docker tag "$packImage" "$prodImageRepo/pack:$buildNumber"
2 changes: 1 addition & 1 deletion vsts/scripts/tagRunTimeImagesForRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
set -o pipefail

outFileMCR="$BUILD_ARTIFACTSTAGINGDIRECTORY/drop/images/runtime-images-mcr.txt"
outFileDocker="$BUILD_ARTIFACTSTAGINGDIRECTORY/drop/images/runtime-images-mcr.txt"
outFileDocker="$BUILD_ARTIFACTSTAGINGDIRECTORY/drop/images/runtime-images-dockerhub.txt"
sourceFile="$BUILD_ARTIFACTSTAGINGDIRECTORY/drop/images/runtime-images-acr.txt"

while read sourceImage; do
Expand Down

0 comments on commit e0eb36f

Please sign in to comment.