Skip to content

Commit

Permalink
quick fix for docker hub latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jef Spaleta committed Aug 21, 2019
1 parent 66777cc commit 5123017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_and_test_platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ docker push ${docker_asset}
ver=${asset_version%+*}
prefix=${ver%-*}
prerel=${ver/#$prefix}
if [ ! -z "$prerel" ]; then
if [ -z "$prerel" ]; then
echo "tagging as latest asset"
latest_asset=${TRAVIS_REPO_SLUG}-${ruby_version}-${platform}:latest
docker tag ${asset_image} ${latest_asset}
Expand Down

0 comments on commit 5123017

Please sign in to comment.