Skip to content

Commit

Permalink
Fix bug in when latest tag is applied
Browse files Browse the repository at this point in the history
  • Loading branch information
ddutt committed Aug 13, 2021
1 parent 28269dc commit af13141
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ -z "$BASE_EXISTS" ]; then
fi
echo "Building image ddutt/suzieq:$BUILD_TAG"
if [ $# -eq 0 ]; then
docker build --build-arg version=$VERSION -t ddutt/suzieq:$BUILD_TAG -t netenglabs/suzieq:$BUILD_TAG .
docker build --build-arg version=$VERSION -t ddutt/suzieq:$BUILD_TAG -t ddutt/suzieq:latest -t netenglabs/suzieq:$BUILD_TAG -t netenglabs/suzieq:latest .
else
docker build --build-arg version=$VERSION -t ddutt/suzieq:$BUILD_TAG -ddutt/suzieq:latest -t netenglabs/suzieq:$BUILD_TAG -t netenglabs/suzieq:latest .
fi
docker build --build-arg version=$VERSION -t ddutt/suzieq:$BUILD_TAG -t netenglabs/suzieq:$BUILD_TAG .
fi

0 comments on commit af13141

Please sign in to comment.